From 76d342cbe119388a64b8f5ae90d6129cd06e0763 Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Fri, 6 Dec 2024 17:18:03 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d700b53..3dad99e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,8 @@ RUN pip install pandaSDMX RUN pip install plotly # Install for -> artifint -RUN pip install tensorflow_decision_forests +RUN pip install tensorflow +# RUN pip install tensorflow_decision_forests RUN pip install ortools RUN pip install python-constraint -- GitLab