Skip to content

Commit

Permalink
allow running as root
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jul 12, 2024
1 parent 2cbb725 commit 7c4c7d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu2204/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,6 @@ RUN git clone https://github.com/microsoft/onnxruntime src \
--parallel $(nproc) \
--skip_tests \
--parallel 0 \
--allow_running_as_root \
&& cmake --build build/MinSizeRel -- install \
&& rm -rf build src

0 comments on commit 7c4c7d6

Please sign in to comment.