statiksof/singularity-recipes:ml
$ singularity pull shub://statiksof/singularity-recipes:ml
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 defaults
conda config --add channels conda-forge
conda install --yes jupyter
conda install --yes jupyterlab
conda install --yes intake-esm
conda clean --index-cache --tarballs --packages --yes
%runscript
echo "Starting the notebook ..."
echo "Open browser to localhost:8888"
exec /opt/conda/bin/jupyter notebook --ip='*' --port=8888 --no-browser
Collection
View on Datalad
Metrics
key | value |
---|---|
id | /containers/statiksof-singularity-recipes-ml |
collection name | statiksof/singularity-recipes |
branch | master |
tag | ml |
commit | e7ab4935bbffa0806fe9b23e014a73be68fee8ea |
version (container hash) | 88b42cb32238a3cbb3f04d2bdbba7df5197ec3b5908fb0fc4022b79090f9bfc6 |
build date | 2020-10-06T15:11:30.276Z |
size (MB) | 451.81640625 |
size (bytes) | 473763840 |
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.