From 6a793f11d149cb57427a447f8323630cd8e5c4d3 Mon Sep 17 00:00:00 2001
From: Peter Vennemann <pv238554@fh-muenster.de>
Date: Sat, 23 Sep 2023 14:28:42 +0000
Subject: [PATCH] Update file Dockerfile

---
 Dockerfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 8ac7402..3bf8a2a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-#FROM jupyter/scipy-notebook:hub-1.5.0
-FROM jupyter/tensorflow-notebook:hub-1.5.0
+FROM jupyter/scipy-notebook:hub-1.5.0
+#FROM jupyter/tensorflow-notebook:hub-1.5.0
 
 # Install from APT repository
 #USER root
@@ -34,9 +34,10 @@ RUN pip install pandaSDMX
 RUN pip install plotly
 
 # Install for -> artifint
-RUN pip install python-constraint
-RUN pip install tensorflow_decision_forests
-RUN pip install ortools
+RUN pip install tensorflow==2.13.0
+RUN pip install tensorflow_decision_forests==1.5.0
+RUN pip install ortools==9.7.2996
+RUN pip install python-constraint==1.4.0
 
 # Install for -> windkanl
 RUN pip install paho-mqtt
-- 
GitLab