From d00a70a4320292342b22638c961d9bf8bd63dc40 Mon Sep 17 00:00:00 2001 From: KeDengMS Date: Thu, 20 Aug 2020 01:43:14 +0000 Subject: [PATCH] Fix broken Nuphar docker file by removing stale build options --- dockerfiles/Dockerfile.nuphar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.nuphar b/dockerfiles/Dockerfile.nuphar index 4657e0f763..e8fbcd0f39 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 --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 && \