|
@@ -11,8 +11,8 @@ RUN apt-get -qq update \
|
|
|
# VAAPI drivers for Intel hardware accel
|
|
|
libva-drm2 libva2 i965-va-driver vainfo intel-media-va-driver \
|
|
|
## Tensorflow lite
|
|
|
- && wget -q https://dl.google.com/coral/python/tflite_runtime-2.1.0.post1-cp38-cp38-linux_x86_64.whl \
|
|
|
- && python3.8 -m pip install tflite_runtime-2.1.0.post1-cp38-cp38-linux_x86_64.whl \
|
|
|
- && rm tflite_runtime-2.1.0.post1-cp38-cp38-linux_x86_64.whl \
|
|
|
+ && wget -q https://github.com/google-coral/pycoral/releases/download/release-frogfish/tflite_runtime-2.5.0-cp38-cp38-linux_x86_64.whl \
|
|
|
+ && python3.8 -m pip install tflite_runtime-2.5.0-cp38-cp38-linux_x86_64.whl \
|
|
|
+ && rm tflite_runtime-2.5.0-cp38-cp38-linux_x86_64.whl \
|
|
|
&& rm -rf /var/lib/apt/lists/* \
|
|
|
&& (apt-get autoremove -y; apt-get autoclean -y)
|