mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-05-04 00:21:49 +00:00
2255665198
- Bump Frigate from v0.17.0 to v0.17.1 (security fixes + bugfixes) - Fix OpenVino model build: move OpenVino install + model conversion BEFORE HailoRT wheels installation to prevent tensorflow/tflite_runtime conflict. The wheels install tflite_runtime which conflicts with the full tensorflow needed by openvino's model optimizer (undefined symbol in _pywrap_tensorflow_lite_metrics_wrapper.so). This matches the Dockerfile's multi-stage approach where OV conversion happens in a separate stage without tflite_runtime.