From 49816f99807d5b0e0a249e81e5df4edfd0ced909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C4=99czek?= Date: Mon, 18 Dec 2023 16:18:52 +0100 Subject: [PATCH] Fix makefile, such that onnx runtime is installed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 05a5bb75ab..12f37cc367 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ stop_test_docker: create_wheels: python -m pip install --upgrade pip - python -m pip install wheel twine requests -r requirements/_requirements.txt + python -m pip install wheel twine requests -r requirements/_requirements.txt -r requirements/requirements.cpu.txt rm -f dist/* python .release/pypi/inference.core.setup.py bdist_wheel python .release/pypi/inference.cpu.setup.py bdist_wheel