Skip to content

Commit

Permalink
Fix makefile, such that onnx runtime is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Dec 18, 2023
1 parent 1be9dba commit 49816f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49816f9

Please sign in to comment.