embl/jupyter-singularity:latest

$ singularity pull shub://embl/jupyter-singularity:latest

Singularity Recipe

BootStrap: docker
From: continuumio/anaconda3

%runscript

     echo "Starting notebook..."
     echo "Open browser to localhost:8888"
     exec /opt/conda/bin/jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --allow-root --port=8888 --no-browser

%post

     # Install jupyter notebook
     /opt/conda/bin/conda install jupyter -y --quiet 
     mkdir /opt/notebooks
     apt-get autoremove -y
     apt-get clean

Collection


View on Datalad

Metrics

key value
id /containers/embl-jupyter-singularity-latest
collection name embl/jupyter-singularity
branch master
tag latest
commit 243a40fd935cfb9694380138b0aef11b292855e5
version (container hash) f756b1c6631fb99e75b28eca06550dd8
build date 2020-11-16T09:17:06.201Z
size (MB) 2673.0
size (bytes) 848379935
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.