This commit is contained in:
Changming Sun 2020-08-29 19:05:07 -07:00 committed by GitHub
parent 64d52ae47d
commit bac41969be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 && \
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 && \
rm -rf /tmp/* && \
rm -rf /home/root/* && \
pip3 install /onnxruntime/build/Release/dist/onnxruntime_nuphar-*.whl && \