update for coral updates

This commit is contained in:
Blake Blackshear
2021-08-07 15:33:10 -05:00
parent a94b61ef91
commit 4818c08fe2
5 changed files with 1 additions and 13 deletions

View File

@@ -16,8 +16,6 @@ RUN apt-get -qq update \
libpng16-16 \
libtiff5 \
libdc1394-22 \
## Tensorflow lite
&& 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)