Fix broken Nuphar docker file by removing stale build options

This commit is contained in:
KeDengMS 2020-08-20 01:43:14 +00:00 committed by Changming Sun
parent 7589445e6e
commit d00a70a432

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 --config Release --build_shared_lib --skip_submodule_sync --build_wheel --parallel --use_nuphar --use_mklml --use_tvm --use_llvm && \
python3 /onnxruntime/tools/ci_build/build.py --build_dir /onnxruntime/build --config Release --build_shared_lib --skip_submodule_sync --build_wheel --parallel --use_nuphar --use_mklml && \
rm -rf /tmp/* && \
rm -rf /home/root/* && \
pip3 install /onnxruntime/build/Release/dist/onnxruntime_nuphar-*.whl && \