Skip to content

Commit 139178c

Browse files
committed
Update the supported igpu and dgpu NVCC
1 parent e6fab15 commit 139178c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_ort_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def dockerfile_for_linux(output_file):
287287
)
288288
cuda_archs = "87;101"
289289
else:
290-
cuda_archs = "75;80;86;90;100;120"
290+
cuda_archs = "75;80;86;89;90;100;120"
291291

292292
df += """
293293
WORKDIR /workspace/onnxruntime

0 commit comments

Comments
 (0)