From 0f27bd68d9684d8038529979edf2ac4b598f29e7 Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Sat, 23 Sep 2023 12:45:12 +0000
Subject: [PATCH] Update Dockerfile

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

diff --git a/Dockerfile b/Dockerfile
index e6e43d5..3ffdf0f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,8 +35,8 @@ RUN pip install plotly
 
 # Install for -> artifint
 RUN pip install python-constraint
-RUN pip install ortools
 RUN pip install protobuf==3.19
+RUN pip install ortools==9.1
 #RUN pip install tensorflow_decision_forests
 
 # Install for -> windkanl
-- 
GitLab