From eeab0d2c9fe61868c1678e88dcd45c25ad0ea710 Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Sat, 23 Sep 2023 10:20:41 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1657aed..3f7ac69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ USER jovyan RUN pip install --upgrade pip # Install 'nice to have lab extensions' -RUN pip install --upgrade jupyterlab +#RUN pip install --upgrade jupyterlab #RUN pip install jupyterlab-git==0.34.0 #RUN pip install jupyterlab-gitlab==3.0.0 -- GitLab