From 4dc34b55148409ee2627951e0b3a63e9774e98ca Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Tue, 22 Oct 2024 10:31:27 +0000
Subject: [PATCH] Update Dockerfile for new 2024 4.0.2 Jupyter Hub.

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

diff --git a/Dockerfile b/Dockerfile
index a6c3989..439d067 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,7 @@
-FROM jupyter/scipy-notebook:hub-1.5.0
-#FROM jupyter/tensorflow-notebook:hub-1.5.0
+# Base image
+FROM jupyter/scipy-notebook:hub-4.0.2
+#FROM jupyter/datascience-notebook:hub-4.0.2
+#FROM jupyter/tensorflow-notebook:hub-4.0.2
 
 # Install from APT repository
 USER root
@@ -25,6 +27,7 @@ RUN apt-get install -y libopenmpi-dev
 # Install basics
 USER jovyan
 RUN pip install --upgrade pip
+RUN pip install jupyter-server-proxy==4.4.0
 
 # Install 'nice to have lab extensions'
 #RUN pip install --upgrade jupyterlab
@@ -46,6 +49,7 @@ RUN pip install paho-mqtt
 
 # Install for -> stroemmt
 RUN pip install openpivgui
+
 # Install ASDA -> für Wirbeldetektion
 RUN git clone https://github.com/PyDL/ASDA
 WORKDIR ASDA
-- 
GitLab