forked from Github/frigate
lock libedgetpu1 to 15.0, update tflite_runtime
This commit is contained in:
committed by
Blake Blackshear
parent
34439699ae
commit
a85d780020
@@ -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)
|
||||
Reference in New Issue
Block a user