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

Update Singularity to working Jupyter.

parent ddfa2ab5
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ln -sf /bin/bash /bin/sh ...@@ -12,7 +12,7 @@ ln -sf /bin/bash /bin/sh
# INSTALL SYSTEM DEPS # INSTALL SYSTEM DEPS
##################### #####################
apt-get update -y && apt-get install -y ipython3 jupyter python3-pip 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 \ pip3 install nglview \
six six
...@@ -44,7 +44,6 @@ cat > $JUPYTER_PATH/kernels/ost-kernel/kernel.json <<EOF ...@@ -44,7 +44,6 @@ cat > $JUPYTER_PATH/kernels/ost-kernel/kernel.json <<EOF
} }
EOF EOF
jupyter nbextension enable nglview --py --sys-prefix
%environment %environment
############################################################################## ##############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment