From dd9379fe2a547e97578d2b1a205b5c43066e36b4 Mon Sep 17 00:00:00 2001 From: Abhilash Kishore Date: Tue, 21 Apr 2026 22:54:12 -0700 Subject: [PATCH] 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. --- docker/main/requirements-wheels.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 5956e2a99..da6ae50ff 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -42,8 +42,7 @@ opencv-python-headless == 4.11.0.* opencv-contrib-python == 4.11.0.* scipy == 1.16.* # OpenVino & ONNX -openvino == 2025.4.* -onnxruntime == 1.22.* +onnxruntime-openvino == 1.24.* # Embeddings transformers == 4.45.* # Generative AI