mfernandes61/jupyter2_singularity:latest

$ singularity pull shub://mfernandes61/jupyter2_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/mfernandes61-jupyter2_singularity-latest
collection name mfernandes61/jupyter2_singularity
branch master
tag latest
commit 243a40fd935cfb9694380138b0aef11b292855e5
version (container hash) 2f3ee8490773364566015dda797a06c6
build date 2020-02-07T02:22:35.751Z
size (MB) 3680
size (bytes) 1634938911
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.