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
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ ln -sf /bin/bash /bin/sh
# INSTALL SYSTEM DEPS
#####################
apt-get update -y && apt-get install -y python3-pip
pip3 install ipywidgets==7.6.0
pip3 install nglview \
ipython \
jupyter
......
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