From fcd79b31f02295003f0e18d148536296e39f60d4 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Tue, 4 Feb 2025 09:30:40 -0500 Subject: [PATCH] Add new Windows 2022 Nvidia image --- 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{