vitusbenson/pytorchsingularity:latest
$ singularity pull shub://vitusbenson/pytorchsingularity:latest
Singularity Recipe
Bootstrap: docker
#From: nvidia/cuda:9.0-cudnn7-runtime-ubuntu16.04
From: nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04
#From: python:3
%environment
#EXPOSE 1234 6006
PATH=${PATH}:${LSF_BINDIR}:/cm/local/apps/cuda/libs/current/bin
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda-9.0/lib64:/cm/local/apps/cuda-driver/libs/current/lib64
CUDA_PATH=/usr/local/cuda-9.0
CUDA_ROOT=/usr/local/cuda-9.0
https_proxy="https://www-cache.gwdg.de:3128/"
http_proxy="http://www-cache.gwdg.de:3128/"
%post
apt-get -y update
#apt-get -y install software-properties-common
#add-apt-repository ppa:deadsnakes/ppa
#apt-get -y install cuda
#apt -y install python3.7
apt-get -y install python3.7 --reinstall
apt-get -y install python3-pip --reinstall
apt-get -y install libglib2.0-0
apt-get -y install wget
apt-get -y install pv
apt-get -y install git
apt-get -y install libavcodec-dev libavformat-dev libswscale-dev
apt-get -y install libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev
apt-get -y install libgtk-3-dev
apt-get -y install libpng-dev
apt-get -y install libjpeg-dev
apt-get -y install libopenexr-dev
apt-get -y install libtiff-dev
apt-get -y install libwebp-dev
python3.7 -m pip install --upgrade pip
python3.7 -m pip install --upgrade setuptools
python3.7 -m pip install numpy
python3.7 -m pip install torch==1.5.0+cu101 torchvision==0.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
python3.7 -m pip install torchcontrib pytorch-lightning
#python3.7 -m pip install torch torchvision tensorflow-gpu
python3.7 -m pip install jupyter jupyterlab matplotlib tqdm Pillow shapely opencv-python pandas scikit-learn imgaug imantics scipy scikit-image
python3.7 -m pip install git+https://github.com/QUVA-Lab/e2cnn.git
Collection
- Name: vitusbenson/pytorchsingularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/vitusbenson-pytorchsingularity-latest |
collection name | vitusbenson/pytorchsingularity |
branch | master |
tag | latest |
commit | 09518e81596521353556d8f12775e26fec17c54a |
version (container hash) | 6ddb013126f62e2c8608c86990cbc0520a5101c2916c58bdd451ba61c0939b6a |
build date | 2020-06-30T19:26:47.010Z |
size (MB) | 2967.140625 |
size (bytes) | 3111272448 |
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.