From e2aae9e29496ae4deff4c44c5cae39df0519dd36 Mon Sep 17 00:00:00 2001 From: Ahmed <52334883+ahmedwab@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:22:06 -0500 Subject: [PATCH] chore(server): Add new Windows 2022 Nvidia image (#324) --- pkg/utils/executors.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/utils/executors.go b/pkg/utils/executors.go index 42570f74..cd2ec7da 100644 --- a/pkg/utils/executors.go +++ b/pkg/utils/executors.go @@ -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{