From f217cecd277e3dcc2a7866cecf8471753956a8ce Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Sat, 23 Sep 2023 13:53:33 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 142eaf6..2611faf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ 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 protobuf==3.19.6 RUN pip install ortools==9.0.9048 # Install for -> windkanl -- GitLab