From e6b79574965c5716bdcdd7fa63a815671ce9c31b Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Fri, 6 Dec 2024 17:04:51 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d4f709e..af01052 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,10 +39,10 @@ RUN pip install pandaSDMX RUN pip install plotly # Install for -> artifint -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 +RUN pip install tensorflow +RUN pip install tensorflow_decision_forests +RUN pip install ortools +RUN pip install python-constraint # Install for -> windkanl RUN pip install paho-mqtt -- GitLab