From 6abc5ea9c34f168e4a7c97f33340c735390dee6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de> Date: Wed, 30 Aug 2023 09:30:31 +0000 Subject: [PATCH] Update file Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d8af16..fadbd2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,4 @@ RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip RUN pip install jupyter-server-proxy==4.0.0 RUN pip install jupyterlab-git==0.42.0 -RUN pip install jupyterlab-gitlab==3.0.0 - +RUN pip install jupyterlab-gitlab==3.0.0 \ No newline at end of file -- GitLab