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

Edit Dockerfile

parent 86f167a6
No related branches found
No related tags found
No related merge requests found
Pipeline #233570 passed
......@@ -9,14 +9,15 @@ RUN pip3 install --upgrade pip
RUN mamba update mamba
# Python
RUN mamba install slycot control -c conda-forge
RUN pip install jupyter-server-proxy==4.4.0
RUN pip install jupyterlab-git==0.50.1
RUN pip install jupyter_contrib_nbextensions
RUN pip install myst-nb
RUN pip install ipympl
RUN pip install ipywidgets
RUN pip install control slycot
RUN pip install networkx
RUN pip install pillow
......
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