lock libedgetpu1 to 15.0, update tflite_runtime

This commit is contained in:
Michael Wei
2020-11-07 18:08:24 +00:00
committed by Blake Blackshear
parent 34439699ae
commit a85d780020
4 changed files with 6 additions and 6 deletions

View File

@@ -17,6 +17,6 @@ RUN apt-get -qq update \
libtiff5 \
libdc1394-22 \
## Tensorflow lite
&& pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp38-cp38-linux_aarch64.whl \
&& pip3 install https://github.com/google-coral/pycoral/releases/download/release-frogfish/tflite_runtime-2.5.0-cp38-cp38-linux_aarch64.whl \
&& rm -rf /var/lib/apt/lists/* \
&& (apt-get autoremove -y; apt-get autoclean -y)