Skip to content

Commit

Permalink
Update q4 linux images (including CUDA) (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedwab authored Dec 4, 2024
1 parent 67af092 commit dfd2b53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/utils/executors.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var CurrentLinuxImage = "ubuntu-2404:current"

var ValidLinuxImages = []string{
// Ubuntu 20.04
"ubuntu-2004:2024.11.1",
"ubuntu-2004:2024.08.1",
"ubuntu-2004:2024.05.1",
"ubuntu-2004:2024.04.4",
Expand All @@ -35,6 +36,7 @@ var ValidLinuxImages = []string{
"ubuntu-2004:edge",

// Ubuntu 22.04
"ubuntu-2204:2024.11.1",
"ubuntu-2204:2024.08.1",
"ubuntu-2204:2024.05.1",
"ubuntu-2204:2024.04.4",
Expand All @@ -55,6 +57,7 @@ var ValidLinuxImages = []string{
"ubuntu-2204:edge",

// Ubuntu 24.04
"ubuntu-2404:2024.11.1",
"ubuntu-2404:2024.08.1",
"ubuntu-2404:2024.05.1",
"ubuntu-2404:current",
Expand Down

0 comments on commit dfd2b53

Please sign in to comment.