From 17901fcfef1824ee01b92045423ba257ad4973c0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 7 Sep 2024 08:40:31 -0600 Subject: [PATCH] Fix arm build (#13608) --- docker/main/requirements-wheels.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 756bf18b5..a81f6ec93 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -30,7 +30,8 @@ ws4py == 0.5.* unidecode == 1.3.* # OpenVino & ONNX openvino == 2024.1.* -onnxruntime-openvino == 1.18.* +onnxruntime-openvino == 1.18.* ; platform_machine == 'x86_64' +onnxruntime == 1.18.* ; platform_machine == 'aarch64' # Embeddings onnx_clip == 4.0.* chromadb == 0.5.0