dp2ski/abcd_aci:rec

$ singularity pull shub://dp2ski/abcd_aci:rec

Singularity Recipe

# FMRIPREP from dcanlabs
# docker image converted to ubuntu 16 to work with aci systems

BootStrap: docker
From: dp2ski/abcd_ubuntu16:0.0.1
#DCAN lab pushed a hotfix in 0.0.1 for running with singularity

%runscript
    /app/SetupEnv.sh
    cd /tmp
    exec python3 /app/run.py "$@"

%environment

%post
    
    #------------------------------------------------------------------------------
    # Create local binding points for our ICS-ACI
    #------------------------------------------------------------------------------
    mkdir -p /storage/home
    mkdir -p /storage/work
    mkdir -p /gpfs/scratch
    mkdir -p /gpfs/group
    mkdir -p /var/spool/torque

Collection


View on Datalad

Metrics

key value
id /containers/dp2ski-abcd_aci-rec
collection name dp2ski/abcd_aci
branch master
tag rec
commit c5f02b628b1c1f53c6354bbc3f5c9eca6b6729a2
version (container hash) 7d3cd620ea4d050e56a680b124df6263
build date 2019-04-13T15:19:00.787Z
size (MB) 13634
size (bytes) 5931180063
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.