From 85fac28945027819c4a1abb634bb1c25e14f8269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de> Date: Mon, 28 Aug 2023 10:07:10 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4bff071..e65b711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ USER jovyan RUN pip3 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