From ab73d2836e8087a47f5cf206a02aacae8d3b3f1a Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Thu, 22 Dec 2022 11:49:18 +0000
Subject: [PATCH] Removed jupyterlab-gig

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 204564d..f462a2f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,8 +24,8 @@ RUN pip3 install --upgrade pip
 
 # Install 'nice to have lab extensions'
 RUN pip install --upgrade jupyterlab
-RUN pip install jupyterlab-git==0.34.0
-RUN pip install jupyterlab-gitlab==3.0.0
+#RUN pip install jupyterlab-git==0.34.0
+#RUN pip install jupyterlab-gitlab==3.0.0
 
 # Install for -> ewirtsch
 RUN pip install pandaSDMX==1.6.0
-- 
GitLab