antoniomagnani/tensorflow:1.7.0-gpu
$ singularity pull shub://antoniomagnani/tensorflow:1.7.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.7.0-gpu |
collection name | antoniomagnani/tensorflow |
branch | master |
tag | 1.7.0-gpu |
commit | b6ebe4ed78b7ba95ee5fd8cbb801f182391c54a6 |
version (container hash) | 610593cad945148bebaa924e028ff970 |
build date | 2019-02-25T20:22:55.944Z |
size (MB) | 2598 |
size (bytes) | 1176948767 |
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.