mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
* fix: bump OpenVINO to 2025.4.x to resolve LXC container crash
* fix: replace openvino + onnxruntime with onnxruntime-openvino 1.24.*
onnxruntime-openvino 1.24.* bundles OpenVINO 2025.4.1, which fixes a
crash in constrained CPU environments (e.g. Proxmox LXC) where
lin_system_conf.cpp calls stoi("") on empty strings read from offline
CPU sysfs entries.
Consolidating to onnxruntime-openvino also ensures the OpenVINO runtime
and ONNX Runtime OpenVINO EP are always compatible versions.
* revert: restore onnxruntime, keep openvino bump
Reverting onnxruntime-openvino consolidation - onnxruntime is used with
multiple execution providers (CUDA, TensorRT, MIGraphX, CPU) and cannot
be replaced wholesale with the openvino-specific wheel.
|
||
|---|---|---|
| .. | ||
| rootfs | ||
| build_intel_media_driver.sh | ||
| build_nginx.sh | ||
| build_ov_model.py | ||
| build_pysqlite3.sh | ||
| build_sqlite_vec.sh | ||
| Dockerfile | ||
| fake_frigate_run | ||
| install_deps.sh | ||
| install_hailort.sh | ||
| install_memryx.sh | ||
| install_s6_overlay.sh | ||
| install_tempio.sh | ||
| requirements-dev.txt | ||
| requirements-ov.txt | ||
| requirements-wheels.txt | ||
| requirements.txt | ||