diff --git a/dockerfiles/Dockerfile.nuphar b/dockerfiles/Dockerfile.nuphar index eff896e4f5..a42dd9c928 100644 --- a/dockerfiles/Dockerfile.nuphar +++ b/dockerfiles/Dockerfile.nuphar @@ -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 && \