mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Replaced onnx build with pypi installation (#9139)
Co-authored-by: mayavijx <mayax.vijayan@intel.com>
This commit is contained in:
parent
153767bab4
commit
1db21da5ae
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ RUN apt update -y && \
|
|||
cd ${MY_ROOT} && \
|
||||
git clone --recursive -b ${ONNXRUNTIME_BRANCH} ${ONNXRUNTIME_REPO} && \
|
||||
/bin/sh onnxruntime/dockerfiles/scripts/install_common_deps.sh && \
|
||||
cd onnxruntime/cmake/external/onnx && python3 setup.py install && \
|
||||
pip install onnx==1.9 && \
|
||||
cd ${MY_ROOT}/onnxruntime && ./build.sh --config Release --update --build --parallel --use_openvino ${DEVICE} --build_nuget --build_shared_lib && \
|
||||
mv ${MY_ROOT}/onnxruntime/build/Linux/Release/nuget-artifacts ${MY_ROOT} && \
|
||||
# Clean-up unnecessary files
|
||||
|
|
|
|||
Loading…
Reference in a new issue