We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49cd9a commit 029339bCopy full SHA for 029339b
tools/gen_ort_dockerfile.py
@@ -277,7 +277,7 @@ def dockerfile_for_linux(output_file):
277
278
df += """
279
WORKDIR /workspace/onnxruntime
280
-ARG COMMON_BUILD_ARGS="--config ${{ONNXRUNTIME_BUILD_CONFIG}} --skip_submodule_sync --parallel 2 --build_shared_lib \
+ARG COMMON_BUILD_ARGS="--config ${{ONNXRUNTIME_BUILD_CONFIG}} --skip_submodule_sync --parallel --build_shared_lib \
281
--compile_no_warning_as_error --build_dir /workspace/build --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES='{}' "
282
""".format(
283
cuda_archs
0 commit comments