Force protobuf version to 3.6.1

closes #3446
This commit is contained in:
Lazar Doric 2022-06-17 11:42:07 -04:00 committed by GitHub
parent 4a20e9909d
commit 5cf9d57237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,7 @@ RUN pip3 install --upgrade setuptools
RUN pip3 install wheel RUN pip3 install wheel
RUN pip3 install future RUN pip3 install future
RUN pip3 install six==1.14.0 RUN pip3 install six==1.14.0
RUN pip3 install protobuf==3.6.1
RUN pip3 install tensorflow==1.14.0 RUN pip3 install tensorflow==1.14.0
RUN pip3 install tf_slim RUN pip3 install tf_slim