From a3d16b22a43184cdf220bacb5b113a3ed16584b3 Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Sat, 23 Sep 2023 11:57:47 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index aefd2f3..a6c4f0c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,7 +35,8 @@ RUN pip install plotly
 
 # Install for -> artifint
 RUN pip install python-constraint
-RUN pip install ortools==9.3.10497
+RUN pip install ortools
+RUN pip install probuf=3.19.0
 #RUN pip install tensorflow_decision_forests
 
 # Install for -> windkanl
-- 
GitLab