From 8f5cb6794c6842f5bd3c1aec3b2b1b367f3fb3a6 Mon Sep 17 00:00:00 2001
From: Michael Thiel <mt255459@fh-muenster.de>
Date: Mon, 30 Sep 2024 10:27:52 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index edc262a..f3688cd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,6 +16,7 @@ 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
 
-- 
GitLab