Skip to content

Commit dfd2b53

Browse files
authored
Update q4 linux images (including CUDA) (#314)
1 parent 67af092 commit dfd2b53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/utils/executors.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var CurrentLinuxImage = "ubuntu-2404:current"
99

1010
var ValidLinuxImages = []string{
1111
// Ubuntu 20.04
12+
"ubuntu-2004:2024.11.1",
1213
"ubuntu-2004:2024.08.1",
1314
"ubuntu-2004:2024.05.1",
1415
"ubuntu-2004:2024.04.4",
@@ -35,6 +36,7 @@ var ValidLinuxImages = []string{
3536
"ubuntu-2004:edge",
3637

3738
// Ubuntu 22.04
39+
"ubuntu-2204:2024.11.1",
3840
"ubuntu-2204:2024.08.1",
3941
"ubuntu-2204:2024.05.1",
4042
"ubuntu-2204:2024.04.4",
@@ -55,6 +57,7 @@ var ValidLinuxImages = []string{
5557
"ubuntu-2204:edge",
5658

5759
// Ubuntu 24.04
60+
"ubuntu-2404:2024.11.1",
5861
"ubuntu-2404:2024.08.1",
5962
"ubuntu-2404:2024.05.1",
6063
"ubuntu-2404:current",

0 commit comments

Comments
 (0)