mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Fix nuphar docker file build break
This commit is contained in:
parent
6c310858e3
commit
564da960ce
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ WORKDIR /
|
|||
|
||||
RUN mkdir -p /onnxruntime/build && \
|
||||
pip3 install sympy packaging cpufeature jupyter && \
|
||||
python3 /onnxruntime/tools/ci_build/build.py --build_dir /onnxruntime/build --update --build --config Release --build_shared_lib --skip_submodule_sync --build_wheel --parallel --use_nuphar --use_mklml && \
|
||||
python3 /onnxruntime/tools/ci_build/build.py --build_dir /onnxruntime/build --update --build --config Release --build_shared_lib --skip_submodule_sync --build_wheel --parallel --use_nuphar && \
|
||||
rm -rf /tmp/* && \
|
||||
rm -rf /home/root/* && \
|
||||
pip3 install /onnxruntime/build/Release/dist/onnxruntime_nuphar-*.whl && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue