Skip to content

Commit

Permalink
root
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jun 1, 2024
1 parent ca252b4 commit 9c1d4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/onnxruntime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ WORKDIR /
RUN select_python ${PYTHON_VERSION}
RUN git clone --recurse-submodules -j4 --single-branch --branch=v${VERSION} https://github.com/Microsoft/onnxruntime.git
WORKDIR onnxruntime
RUN ./build.sh --config Release --build_shared_lib --parallel --compile_no_warning_as_error --skip_submodule_sync --build_wheel
RUN ./build.sh --config Release --build_shared_lib --parallel --compile_no_warning_as_error --skip_submodule_sync --build_wheel --allow_running_as_root
RUN find .

0 comments on commit 9c1d4b7

Please sign in to comment.