devriesgoe/singularity:slurm
$ singularity pull shub://devriesgoe/singularity:slurm
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
PYTHONPATH=${PYTHONPATH}:${HOME}/testenv/git/ProxPython:${HOME}/testenv/git/samsara/python
PATH=${PATH}:/opt/slurm/bin
MANPATH=$MANPATH:/opt/slurm/share/man
SINGULARITY_BINDPATH=/opt,/var/run/munge,/run/munge,/usr/lib64/libmunge.so.2,/usr/lib64/libmunge.so.2.0.0,/etc/profile.d/slurm.sh
echo "slurmadmin:x:300:300::/opt/slurm/slurm:/bin/false" >> /etc/passwd
echo "slurmadmin:x:300:" >> /etc/group
Collection
- Name: devriesgoe/singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/devriesgoe-singularity-slurm |
collection name | devriesgoe/singularity |
branch | master |
tag | slurm |
commit | 04d2d109df33a88f0d3077ff30eeb6f0d44a2269 |
version (container hash) | 62d7e7491c02282a4ba416c261ab1d9f |
build date | 2019-05-28T04:27:35.867Z |
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 |
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.