statiksof/singularity-recipes:jupyterhub
$ singularity pull shub://statiksof/singularity-recipes:jupyterhub
Singularity Recipe
Bootstrap: docker
From: continuumio/miniconda3:4.6.14
%labels
MAINTAINER statiksof
%environment
# conda
export PATH="/opt/conda/bin:/usr/local/bin:/usr/bin:/bin:"
unset CONDA_DEFAULT_ENV
export ANACONDA_HOME=/opt/conda
%post
# update and install pip
apt-get -y update
# clean apt
apt-get autoremove -y
apt-get clean
# install packages
export PATH=/opt/conda/bin:$PATH
conda config --add channels conda-forge
conda install --yes \
jupyterhub \
jupyter \
jupyterlab \
xarray \
dask==2.29.0 \
netcdf4 \
matplotlib \
intake-esm
conda clean --index-cache --tarballs --packages --yes
Collection
View on Datalad
Metrics
key | value |
---|---|
id | /containers/statiksof-singularity-recipes-jupyterhub |
collection name | statiksof/singularity-recipes |
branch | master |
tag | jupyterhub |
commit | 45f866edab148aab0a8b998c6c7bbc8ed40a7d07 |
version (container hash) | f94d23290362432abaaa666f0b20e7827e70dc7115f3e37146807d7aed30a792 |
build date | 2020-11-19T14:21:34.836Z |
size (MB) | 505.0 |
size (bytes) | 529530880 |
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.