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

Edit Dockerfile

parent 79aacf19
No related branches found
No related tags found
No related merge requests found
Pipeline #233567 failed
...@@ -9,17 +9,16 @@ RUN pip3 install --upgrade pip ...@@ -9,17 +9,16 @@ RUN pip3 install --upgrade pip
RUN mamba update mamba RUN mamba update mamba
# Python # Python
RUN mamba install jupyter-server-proxy=4.4.0 -c conda-forge RUN pip install jupyter-server-proxy=4.4.0
RUN mamba install jupyterlab-git==0.50.1 -c conda-forge RUN pip install jupyterlab-git==0.50.1
RUN mamba install jupyter_contrib_nbextensions -c conda-forge RUN pip install jupyter_contrib_nbextensions
RUN mamba install myst-nb -c conda-forge RUN pip install myst-nb
RUN mamba install ipympl -c conda-forge RUN pip install ipympl
RUN mamba install ipywidgets -c conda-forge RUN pip install ipywidgets
RUN mamba install control slycot -c conda-forge RUN pip install control slycot
RUN mamba install casadi -c conda-forge RUN pip install networkx
RUN mamba install networkx -c conda-forge RUN pip install pillow
RUN mamba install pillow -c conda-forge
RUN pip install "jax[cuda12]" RUN pip install "jax[cuda12]"
RUN pip install flax RUN pip install flax
......
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