marcc-hpc/tensorflow:1.5.0-gpu

$ singularity pull shub://marcc-hpc/tensorflow:1.5.0-gpu

Singularity Recipe

Bootstrap: docker
From: tensorflow/tensorflow:1.5.0-gpu

%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.5.0-gpu
collection name marcc-hpc/tensorflow
branch 1.5.0-gpu
tag 1.5.0-gpu
commit fdbdb02129b5c8cbbb88ba0bf7b6bfe47a2cd7bf
version (container hash) c7a6e8c0d46ac4c77fbd26184c063ddd
build date 2018-02-23T19:46:44.038Z
size (MB) 2807
size (bytes) 1154424863
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.