marcc-hpc/neurodocker-afni:latest

$ singularity pull shub://marcc-hpc/neurodocker-afni:latest

Singularity Recipe

Bootstrap: docker
Registry: index.docker.io
From: neurodocker-afni
Namespace: marcchpc

%environment
  # use bash as default shell
  SHELL=/bin/bash
  export SHELL

%setup
  # runs on host - the path to the image is $SINGULARITY_ROOTFS

%post
  # post-setup script

  # load environment variables
  . /environment

  # use bash as default shell
  echo 'SHELL=/bin/bash' >> /environment

  # make environment file executable
  chmod +x /environment

  # default mount paths
  mkdir /scratch /data /work-zfs

%runscript
  # executes with the singularity run command
  # delete this section to use existing docker ENTRYPOINT command

%test
  # test that script is a success

Collection


View on Datalad

Metrics

key value
id /containers/marcc-hpc-neurodocker-afni-latest
collection name marcc-hpc/neurodocker-afni
branch master
tag latest
commit b729ea1281d35f418668cbc64bd43c4e6556814d
version (container hash) 3eace911eddf68e78addf15ce0fd0e12
build date 2021-04-09T18:46:14.847Z
size (MB) 3920
size (bytes) 1613512735
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.