From ef6f765b7f415af20ace0a3af0ee6ef5473093b9 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Mon, 24 Apr 2023 15:43:59 +0200 Subject: [PATCH] resolve version issue with nglview in Singularity container nglview requires ipywidgets < 8 --- container/Singularity | 1 + 1 file changed, 1 insertion(+) diff --git a/container/Singularity b/container/Singularity index d66131ad..004c139e 100644 --- a/container/Singularity +++ b/container/Singularity @@ -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 -- GitLab