From a486a975d8a2b3427bab66a632c48d7fdab397d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de> Date: Wed, 30 Aug 2023 07:59:37 +0000 Subject: [PATCH] Revert "Update Dockerfile" This reverts commit a72f3fadf20b63bdcb94717aadc6b40f99027aaf --- Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52d89c6..e65b711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jupyter/datascience-notebook:hub-3.1.1 +FROM jupyter/scipy-notebook:hub-1.5.0 # Install from APT repository USER root @@ -9,9 +9,8 @@ RUN apt-get install -y git USER jovyan RUN pip3 install --upgrade pip -# Install Git -RUN pip3 install --upgrade pip -RUN pip install jupyter-server-proxy==4.0.0 -RUN pip install jupyterlab-git==0.42.0 +# 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 -- GitLab