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 089fd72 commit e2aae9eCopy full SHA for e2aae9e
pkg/utils/executors.go
@@ -170,6 +170,8 @@ var ValidLinuxGPUResourceClasses = []string{
170
var ValidWindowsGPUImages = []string{
171
"windows-server-2019-cuda:current",
172
"windows-server-2019-cuda:edge",
173
+ "windows-server-2022-cuda:current",
174
+ "windows-server-2022-cuda:edge",
175
}
176
177
var ValidWindowsGPUResourceClasses = []string{
0 commit comments