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

Edit Dockerfile

parent 22900e1a
No related branches found
No related tags found
No related merge requests found
Pipeline #234515 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 install xeus-cling -c conda-forge ...@@ -15,7 +15,7 @@ RUN mamba install xeus-cling -c conda-forge
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