From 5cf9d57237b7fcd276071faa7f0272994e1cab79 Mon Sep 17 00:00:00 2001 From: Lazar Doric Date: Fri, 17 Jun 2022 11:42:07 -0400 Subject: [PATCH] Force protobuf version to 3.6.1 closes #3446 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9da695ef9..60652c4c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,7 @@ RUN pip3 install --upgrade setuptools RUN pip3 install wheel RUN pip3 install future RUN pip3 install six==1.14.0 +RUN pip3 install protobuf==3.6.1 RUN pip3 install tensorflow==1.14.0 RUN pip3 install tf_slim