fix docker build failed

This commit is contained in:
t1zg 2021-12-06 21:00:52 +08:00
parent cf101e62a9
commit 9fcaffde27

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