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

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

diff --git a/Dockerfile b/Dockerfile
index de522c8..142eaf6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,9 +35,9 @@ RUN pip install plotly
 
 # Install for -> artifint
 RUN pip install python-constraint
+RUN pip install tensorflow_decision_forests
 RUN pip install protobuf==3.19
 RUN pip install ortools==9.0.9048
-#RUN pip install tensorflow_decision_forests
 
 # Install for -> windkanl
 RUN pip install paho-mqtt
-- 
GitLab