From 28087522839698c19b2821ef0a4fcdd450a85c0b Mon Sep 17 00:00:00 2001 From: Michael Thiel <mt255459@fh-muenster.de> Date: Fri, 12 Apr 2024 14:06:43 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 852435b..edc262a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,11 @@ RUN pip3 install --upgrade pip RUN mamba update mamba # 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 casadi RUN mamba install -c conda-forge networkx @@ -15,4 +20,4 @@ RUN mamba install -c conda-forge jax RUN mamba install -c conda-forge flax # Install pip packages -#RUN pip install rlax +#RUN pip install rlax \ No newline at end of file -- GitLab