From a766a436586f4e0a0fab7b5e7b43cbfe07e88026 Mon Sep 17 00:00:00 2001 From: Michael Thiel <mt255459@fh-muenster.de> Date: Fri, 7 Mar 2025 09:41:33 +0000 Subject: [PATCH] added keras explicitly (able to try jax as backend) added c++ add jupyterlab-git --- Dockerfile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 48c9bce..014e222 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,20 +8,23 @@ USER root RUN pip3 install --upgrade pip RUN mamba update mamba -# Conda packages +# Python RUN mamba install -c conda-forge jupyter-server-proxy=4.4.0 +RUN mamba install -c conda-forge jupyterlab-git==0.50.1 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 keras RUN mamba install -c conda-forge control RUN mamba install -c conda-forge casadi RUN mamba install -c conda-forge networkx RUN mamba install -c conda-forge pillow -RUN mamba install -c conda-forge jaxlib RUN mamba install -c conda-forge jax RUN mamba install -c conda-forge flax -# Install pip packages -#RUN pip install rlax \ No newline at end of file +#RUN pip install rlax + +# C++ +RUN mamba install xeus-cling -c conda-forge \ No newline at end of file -- GitLab