Skip to content
Snippets Groups Projects
Commit 18f58031 authored by Bienchen's avatar Bienchen
Browse files

Update Singularity to working Jupyter.

parent 925d6b9a
Branches
Tags
No related merge requests found
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/promod3:3.4.0-OST2.6.0-jammy
From: registry.scicore.unibas.ch/schwede/promod3:3.4.0-OST2.7.0-jammy
%post
##############################################################################
# POST
......@@ -14,7 +14,7 @@ ln -sf /bin/bash /bin/sh
# INSTALL SYSTEM DEPS
#####################
apt-get update -y && apt-get install -y ipython3 jupyter python3-pip
pip3 install ipywidgets==7.6.0
pip3 install ipywidgets==8.1.1
pip3 install nglview \
six
......@@ -46,7 +46,6 @@ cat > $JUPYTER_PATH/kernels/ost-kernel/kernel.json <<EOF
}
EOF
jupyter nbextension enable nglview --py --sys-prefix
%environment
##############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment