diff --git a/Dockerfile b/Dockerfile index b21a010581dfea57c099ab6319192c95f4d3b995..0b58cbf24440a5b17274c0cea421fa1662c1c94a 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