diff --git a/Dockerfile b/Dockerfile index e1dd9646649dd90f9734f14423fc6a4328ff01c5..468bc8bb12d6d164daca76bd4e0bb6e7e5150506 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