From e34c8d80a647ecd53b9cc81fee39b36cd5e3699e Mon Sep 17 00:00:00 2001
From: Michael Thiel <mt255459@fh-muenster.de>
Date: Mon, 18 Dec 2023 13:21:25 +0000
Subject: [PATCH] Update file Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index 121584a..1de2bf3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,5 +10,6 @@ RUN mamba update mamba
 RUN mamba install -c conda-forge control
 RUN mamba install -c conda-forge casadi
 RUN mamba install -c conda-forge jax
+RUN mamba install -c conda-forge networkx
 
 # Install pip packages
\ No newline at end of file
-- 
GitLab