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

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

diff --git a/Dockerfile b/Dockerfile
index 3f7ac69..3501ee2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,8 +35,7 @@ RUN pip install plotly
 
 # Install for -> artifint
 RUN pip install python-constraint
-RUN pip install ortools
-#RUN pip install tensorflow
+RUN pip install ortools==9.6.2534
 #RUN pip install tensorflow_decision_forests
 
 # Install for -> windkanl
-- 
GitLab