Skip to content
Snippets Groups Projects
Commit 86f167a6 authored by Michael Thiel's avatar Michael Thiel
Browse files

Edit Dockerfile

parent 60fa3194
No related branches found
No related tags found
No related merge requests found
Pipeline #233569 failed
...@@ -9,7 +9,7 @@ RUN pip3 install --upgrade pip ...@@ -9,7 +9,7 @@ RUN pip3 install --upgrade pip
RUN mamba update mamba RUN mamba update mamba
# Python # Python
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.50.1
RUN pip install jupyter_contrib_nbextensions RUN pip install jupyter_contrib_nbextensions
RUN pip install myst-nb RUN pip install myst-nb
......
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