statiksof/singularity-recipes:jupyter
$ singularity pull shub://statiksof/singularity-recipes:jupyter
Singularity Recipe
bootstrap: docker
From: ubuntu:xenial
%labels
MAINTAINER statiksof
%post
# update and install pip
apt-get -y update
apt-get -y install python3-pip
# update pip and install jupyter
pip3 install --upgrade pip
pip3 install jupyter
pip3 install jupyterlab
# clean apt
apt-get autoremove -y
apt-get clean
Collection
View on Datalad
Metrics
key | value |
---|---|
id | /containers/statiksof-singularity-recipes-jupyter |
collection name | statiksof/singularity-recipes |
branch | master |
tag | jupyter |
commit | c0ab01c089afa646f5f13ebc2f78191db2165ea1 |
version (container hash) | 50689f9fe403608a575c588e4b2fbc9e0b8557931271c99e8848979a04557e87 |
build date | 2020-10-07T11:22:58.218Z |
size (MB) | 230.14453125 |
size (bytes) | 241324032 |
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.