dwassmer/gpu-cluster-test:realtime

$ singularity pull shub://dwassmer/gpu-cluster-test:realtime

Singularity Recipe

BootStrap: docker
From: continuumio/miniconda3

%labels
   Maintainer Daniel Wassmer & Tobias Schlatter
   Version v0.1
   
%environment
     conda=/opt/conda/bin/conda
     pip=/opt/conda/bin/pip
     python3=/opt/conda/bin/python
     export conda pip python3
     
%runscript
     echo "Running scripts..."

%post
     # Update conda packages
     /opt/conda/bin/conda update --all -y --quiet
     # Install basic packages
     /opt/conda/bin/conda install -c conda-forge -y -q pip matplotlib tqdm jupyter cython scipy numpy pandas tensorflow
     # install special packages
     /opt/conda/bin/conda install -c conda-forge -y -q dlib ipywebrtc
     /opt/conda/bin/conda install -c gilbertfrancois -y -q imutils
     # Update pip
     /opt/conda/bin/pip install -U pip -q
     # Clean up
     /opt/conda/bin/conda clean --all -y --quiet
     apt-get autoremove -y
     apt-get clean

%test  
     echo "Testing python..."
     /opt/conda/bin/python -V

Collection


View on Datalad

Metrics

key value
id /containers/dwassmer-gpu-cluster-test-realtime
collection name dwassmer/gpu-cluster-test
branch master
tag realtime
commit c660458e3ad90bab0a6f39ccaefa47cdf8152c72
version (container hash) 1347ae637e67e0d2b5ec8e5dbd7bcc94
build date 2019-03-14T08:11:52.264Z
size (MB) 2010
size (bytes) 564305951
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.