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
@@ -23,7 +23,7 @@ RUN apt-get -qq update \
|
||||
&& echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > /etc/apt/sources.list.d/coral-edgetpu.list \
|
||||
&& echo "libedgetpu1-max libedgetpu/accepted-eula select true" | debconf-set-selections \
|
||||
&& apt-get -qq update && apt-get -qq install --no-install-recommends -y \
|
||||
libedgetpu1-max \
|
||||
libedgetpu1-max=15.0 \
|
||||
&& rm -rf /var/lib/apt/lists/* /wheels \
|
||||
&& (apt-get autoremove -y; apt-get autoclean -y)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user