Skip to content
Snippets Groups Projects
Commit 66a74676 authored by Sebastian Rennert's avatar Sebastian Rennert
Browse files

Edit Dockerfile

parent cc89ea3c
Branches prodgpucc4
No related tags found
No related merge requests found
Pipeline #234516 passed
FROM quay.io/jupyter/pytorch-notebook:cuda12-hub-5.2.0 FROM quay.io/jupyter/pytorch-notebook:cuda12-hub-5.2.1
USER root USER root
...@@ -15,7 +15,7 @@ RUN mamba update mamba ...@@ -15,7 +15,7 @@ RUN mamba update mamba
RUN mamba install slycot -c conda-forge # dependency of control package RUN mamba install slycot -c conda-forge # dependency of control package
RUN pip install jupyter-server-proxy==4.4.0 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 jupyter_contrib_nbextensions
RUN pip install myst-nb RUN pip install myst-nb
RUN pip install ipympl RUN pip install ipympl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment