We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5626515 commit 8c0fce9Copy full SHA for 8c0fce9
tools/gen_ort_dockerfile.py
@@ -353,7 +353,7 @@ def dockerfile_for_linux(output_file):
353
)
354
355
df += """
356
-RUN ./build.sh ${{COMMON_BUILD_ARGS}} --parallel $(( $(nproc --all ) + 2 )) --update --build {}
+RUN ./build.sh ${{COMMON_BUILD_ARGS}} --parallel $(( nproc --all )) --update --build {}
357
""".format(
358
ep_flags
359
0 commit comments