From 6968db60d4beedd1e66409681003fb183142249f Mon Sep 17 00:00:00 2001 From: Sebastian Rennert <sr151511@fh-muenster.de> Date: Wed, 19 Mar 2025 09:54:52 +0000 Subject: [PATCH] Edit Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b21a010..0b58cbf 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 install xeus-cling -c conda-forge 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