yinglilu/deeplearning_gpu_singularity:1.1.0

$ singularity pull shub://yinglilu/deeplearning_gpu_singularity:1.1.0

Singularity Recipe

#-----------------------
#updates:

# 2019-06-05
# pytorch 1.1.0
#-----------------------

Bootstrap: docker
#Python version: 3.6.4 
From: continuumio/anaconda3:5.1.0

%post
export PATH=/opt/conda/bin:$PATH

#update
apt-get update
apt-get install -y tree
conda update conda
pip install --upgrade pip

#tensorflow
conda install tensorflow-gpu==1.12.0
# conda install -c anaconda scikit-image==0.14.2

#pytorch
conda install -c pytorch pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=9.0

#theano
#apt-get install -y build-essential
#conda install -c conda-forge theano==1.0.4
#conda install mkl-service

#opencv
conda install -c anaconda opencv==3.4.2

#scikit-learn
conda install -c anaconda scikit-learn==0.20.3

#simpleitk
conda install -c simpleitk simpleitk==1.2.0

#niftynet
conda install -c anaconda pyyaml==3.13
pip install niftynet==0.5.0

#niwidgets
pip install niwidgets==0.1.3

Collection


View on Datalad

Metrics

key value
id /containers/yinglilu-deeplearning_gpu_singularity-1.1.0
collection name yinglilu/deeplearning_gpu_singularity
branch master
tag 1.1.0
commit 619b310af0c288f7ef4ff65c6503e737976aef34
version (container hash) b6a63fcbe0371a9d251d68a88b72e3e2
build date 2020-03-13T14:57:25.455Z
size (MB) 13014
size (bytes) 7015391263
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.