Fix nuphar docker file build break

This commit is contained in:
Changming Sun 2020-10-26 14:48:36 -07:00
parent 6c310858e3
commit 564da960ce

View file

@ -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 && \