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
@@ -19,6 +19,6 @@ RUN apt-get -qq update \
|
||||
libaom0 \
|
||||
libx265-179 \
|
||||
## Tensorflow lite
|
||||
&& pip3 install https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp38-cp38-linux_armv7l.whl \
|
||||
&& pip3 install https://github.com/google-coral/pycoral/releases/download/release-frogfish/tflite_runtime-2.5.0-cp38-cp38-linux_armv7l.whl \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& (apt-get autoremove -y; apt-get autoclean -y)
|
||||
Reference in New Issue
Block a user