Skip to content

Commit 35c674a

Browse files
authored
feat: uncomment linux cuda 13 default (#369)
1 parent 5c489c5 commit 35c674a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/utils/executors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ var ValidLinuxGPUImages = []string{
161161
"linux-cuda-12:edge",
162162

163163
// CUDA 13
164-
// "linux-cuda-13:default",
164+
"linux-cuda-13:default",
165165
"linux-cuda-13:edge",
166166
}
167167

0 commit comments

Comments
 (0)