antoniomagnani/tensorflow:1.6.0-gpu

$ singularity pull shub://antoniomagnani/tensorflow:1.6.0-gpu

Singularity Recipe

Bootstrap: docker
From: tensorflow/tensorflow:1.6.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/antoniomagnani-tensorflow-1.6.0-gpu
collection name antoniomagnani/tensorflow
branch master
tag 1.6.0-gpu
commit a2a550085479edbd379368d021c0bdea218a8e27
version (container hash) a6bc03e8f5ef1ff40c0759eb5b2eab8a
build date 2019-02-25T20:22:55.935Z
size (MB) 2876
size (bytes) 1195618335
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.