antoniomagnani/tensorflow:1.8.0-gpu
$ singularity pull shub://antoniomagnani/tensorflow:1.8.0-gpu
Singularity Recipe
Bootstrap: docker
From: tensorflow/tensorflow:1.7.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
- Name: antoniomagnani/tensorflow
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/antoniomagnani-tensorflow-1.8.0-gpu |
collection name | antoniomagnani/tensorflow |
branch | master |
tag | 1.8.0-gpu |
commit | 9cbd82b4b509311a0de5ba80f3da961a8d25699b |
version (container hash) | e1ac866030647d8279433bbdcd9ec0c7 |
build date | 2019-02-25T20:22:55.953Z |
size (MB) | 2598 |
size (bytes) | 1176944671 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.