Skip to content

Commit

Permalink
chore(server): Add new Windows 2022 Nvidia image (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedwab authored Feb 4, 2025
1 parent 089fd72 commit e2aae9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/utils/executors.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ var ValidLinuxGPUResourceClasses = []string{
var ValidWindowsGPUImages = []string{
"windows-server-2019-cuda:current",
"windows-server-2019-cuda:edge",
"windows-server-2022-cuda:current",
"windows-server-2022-cuda:edge",
}

var ValidWindowsGPUResourceClasses = []string{
Expand Down

0 comments on commit e2aae9e

Please sign in to comment.