marcc-hpc/tensorflow:1.7.0-gpu-py3

$ singularity pull shub://marcc-hpc/tensorflow:1.7.0-gpu-py3

Singularity Recipe

Bootstrap: docker
From: tensorflow/tensorflow:1.7.0-gpu-py3

%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 

%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-tensorflow-1.7.0-gpu-py3
collection name marcc-hpc/tensorflow
branch 1.7.0-gpu-py3
tag 1.7.0-gpu-py3
commit db8b6b89638d90fd815bf355669d7eb2e745cc79
version (container hash) 9e3fbfed3f1c1fa2a7f1e9228d1f0c4a
build date 2018-04-03T16:39:18.110Z
size (MB) 2630
size (bytes) 1191546911
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.