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

Update Dockerfile

parent 23dfee46
No related branches found
No related tags found
No related merge requests found
Pipeline #186380 passed
...@@ -7,6 +7,11 @@ RUN pip3 install --upgrade pip ...@@ -7,6 +7,11 @@ RUN pip3 install --upgrade pip
RUN mamba update mamba RUN mamba update mamba
# Conda packages # Conda packages
RUN mamba install -c conda-forge jupyter_contrib_nbextensions
RUN mamba install -c conda-forge myst-nb
RUN mamba install -c conda-forge ipympl
RUN mamba install -c conda-forge ipywidgets
RUN mamba install -c conda-forge control RUN mamba install -c conda-forge control
RUN mamba install -c conda-forge casadi RUN mamba install -c conda-forge casadi
RUN mamba install -c conda-forge networkx RUN mamba install -c conda-forge networkx
...@@ -15,4 +20,4 @@ RUN mamba install -c conda-forge jax ...@@ -15,4 +20,4 @@ RUN mamba install -c conda-forge jax
RUN mamba install -c conda-forge flax RUN mamba install -c conda-forge flax
# Install pip packages # Install pip packages
#RUN pip install rlax #RUN pip install rlax
\ No newline at end of file
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