devriesgoe/singularity:extended

$ singularity pull shub://devriesgoe/singularity:extended

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
apt-get -y install libpython3.6-dev

apt-get -y install nano
apt-get -y install vim
apt-get -y install git

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}
#PYTHONPATH="${PYTHONPATH}:${HOME}/testenv/git/ProxPython:${HOME}/testenv/git/samsara/python

Collection


View on Datalad

Metrics

key value
id /containers/devriesgoe-singularity-extended
collection name devriesgoe/singularity
branch master
tag extended
commit d279c818db7ab971ecd0ac85b39d4f484abc1451
version (container hash) 086b7f7ba2ea59b0b3554dd6ba7a8f1c
build date 2019-05-28T04:27:35.878Z
size (MB) 1064
size (bytes) 432422943
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.