From f15a21ee0df138f1e71dc8c62df2248fcbfd7b84 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:21:22 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e65b711..8d8af16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jupyter/scipy-notebook:hub-1.5.0 +FROM jupyter/datascience-notebook:hub-3.1.1 # Install from APT repository USER root @@ -9,8 +9,8 @@ RUN apt-get install -y git USER jovyan 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 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 -- GitLab