Skip to content
Snippets Groups Projects
Commit ef6f765b authored by Studer Gabriel's avatar Studer Gabriel
Browse files

resolve version issue with nglview in Singularity container

nglview requires ipywidgets < 8
parent e50600cb
Branches
Tags
No related merge requests found
...@@ -14,6 +14,7 @@ ln -sf /bin/bash /bin/sh ...@@ -14,6 +14,7 @@ ln -sf /bin/bash /bin/sh
# INSTALL SYSTEM DEPS # INSTALL SYSTEM DEPS
##################### #####################
apt-get update -y && apt-get install -y python3-pip apt-get update -y && apt-get install -y python3-pip
pip3 install ipywidgets==7.6.0
pip3 install nglview \ pip3 install nglview \
ipython \ ipython \
jupyter jupyter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment