Skip to content

Commit 94bf57a

Browse files
committed
Hardcoding the value
1 parent d666e38 commit 94bf57a

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
@@ -324,7 +324,7 @@ def dockerfile_for_linux(output_file):
324324
cuda_archs = "87"
325325
else:
326326
if os.uname().machine != "x86_64":
327-
cuda_archs = "all-major"
327+
cuda_archs = "80;86;90;100;110;120;121"
328328
elif os.getenv("CUDA_ARCH_LIST") is not None:
329329
print(f"[INFO] Defined CUDA_ARCH_LIST: {os.getenv('CUDA_ARCH_LIST')}")
330330
cuda_archs = (

0 commit comments

Comments
 (0)