snowm0425/Singularity-pytorch41:latest
$ singularity pull shub://snowm0425/Singularity-pytorch41:latest
Singularity Recipe
# pull docker image with latest tensorflow gpu version and python3
Bootstrap: docker
From: tensorflow/tensorflow:latest-gpu-py3
# meta data for singularity hub
# install virtualenvironment
%post
apt update
apt install -y python3-venv
python3 -m pip install --upgrade pip
python3 -m pip install tensorflow-gpu==1.14 --force
python3 -m pip install numpy opencv-python scipy matplotlib easydict pandas nose --force
%runscript
export PATH=$PATH:~/.local/bin/
Collection
- Name: snowm0425/Singularity-pytorch41
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/snowm0425-Singularity-pytorch41-latest |
collection name | snowm0425/Singularity-pytorch41 |
branch | master |
tag | latest |
commit | 1bc4eaff43010248fb24a9a07a7633f66ea37867 |
version (container hash) | be63e271ad04f568d3ec8fc711922e5a42a32d51919b842c8b48541100927bb6 |
build date | 2020-02-11T13:41:51.499Z |
size (MB) | 2431.18359375 |
size (bytes) | 2549280768 |
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.