This commit is contained in:
t1zg 2022-05-12 21:45:12 +03:00 committed by GitHub
commit 942b48fae0
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 future
RUN pip3 install six==1.14.0
RUN pip3 install --upgrade pip
RUN pip3 install tensorflow==1.14.0
RUN pip3 install tf_slim