From 66a746765f22bc015216f96794d2007d14870632 Mon Sep 17 00:00:00 2001
From: Sebastian Rennert <sr151511@fh-muenster.de>
Date: Wed, 19 Mar 2025 09:55:30 +0000
Subject: [PATCH] Edit Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index e1dd964..468bc8b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM quay.io/jupyter/pytorch-notebook:cuda12-hub-5.2.0
+FROM quay.io/jupyter/pytorch-notebook:cuda12-hub-5.2.1
 
 USER root
 
@@ -15,7 +15,7 @@ RUN mamba update mamba
 RUN mamba install slycot -c conda-forge  # dependency of control package
 
 RUN pip install jupyter-server-proxy==4.4.0
-RUN pip install jupyterlab-git==0.50.1
+RUN pip install jupyterlab-git==0.51.0
 RUN pip install jupyter_contrib_nbextensions
 RUN pip install myst-nb
 RUN pip install ipympl 
-- 
GitLab