devriesgoe/singularity:latest

$ singularity pull shub://devriesgoe/singularity:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%help

Test container for dask environment using ipyparallel


%post

apt-get -y update
apt-get -y install python3-pip net-tools
apt-get -y install graphviz libgraphviz-dev

pip3 install jupyter
pip3 install numpy scipy matplotlib
pip3 install ipyparallel
pip3 install dask[complete] distributed --upgrade

ipcluster nbextension enable

%environment

XDG_RUNTIME_DIR=""
PATH=${PATH}:${LSF_BINDIR}

Collection


View on Datalad

Metrics

key value
id /containers/devriesgoe-singularity-latest
collection name devriesgoe/singularity
branch master
tag latest
commit 5c17fdeaae1d0f7ad2f083fe02cf8e71f6342fd0
version (container hash) 5190f921f9e2b254535343ddd913166d
build date 2019-05-28T04:27:35.873Z
size (MB) 993
size (bytes) 406462495
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.