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 70d7733 commit 123c968Copy full SHA for 123c968
tools/gen_ort_dockerfile.py
@@ -289,7 +289,7 @@ def dockerfile_for_linux(output_file):
289
df += """
290
WORKDIR /workspace/onnxruntime
291
ARG COMMON_BUILD_ARGS="--config ${{ONNXRUNTIME_BUILD_CONFIG}} --skip_submodule_sync --parallel --build_shared_lib \
292
- --build_dir /workspace/build --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES='{}' "
+ --compile_no_warning_as_error --build_dir /workspace/build --cmake_extra_defines CMAKE_CUDA_ARCHITECTURES='{}' "
293
""".format(
294
cuda_archs
295
)
0 commit comments