marcc-hpc/tensorflow:2.0.0a0-gpu-py3
$ singularity pull shub://marcc-hpc/tensorflow:2.0.0a0-gpu-py3
Singularity Recipe
Bootstrap: docker
From: tensorflow/tensorflow:2.0.0a0-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
# additional packages
apt-get update
apt-get install -y python-tk
apt-get install -y libsm6 libxext6
pip install selenium
pip install moviepy
pip install lmdb
pip install opencv-contrib-python
pip install cryptography
%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: marcc-hpc/tensorflow
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/marcc-hpc-tensorflow-2.0.0a0-gpu-py3 |
collection name | marcc-hpc/tensorflow |
branch | master |
tag | 2.0.0a0-gpu-py3 |
commit | 40865f40d39231bc934d5e9f3b382f3801630f52 |
version (container hash) | c70fde3c2d8934bf668ad3eba5f888df |
build date | 2020-06-11T19:56:50.656Z |
size (MB) | 3488 |
size (bytes) | 1791176735 |
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.