From b7944c5ac447f7f730edcd8b3f0225175252995c Mon Sep 17 00:00:00 2001 From: Michael Thiel <mt255459@fh-muenster.de> Date: Fri, 7 Mar 2025 11:10:30 +0000 Subject: [PATCH] Edit Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 67d3e0b..7e2f7c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN mamba install -c conda-forge ipywidgets RUN mamba install -c conda-forge jax RUN mamba install -c conda-forge keras +ENV KERAS_BACKEND=jax RUN mamba install -c conda-forge control RUN mamba install -c conda-forge casadi RUN mamba install -c conda-forge networkx -- GitLab