Skip to content

Commit 26c68e4

Browse files
committed
config.yaml: bump NVIDIA driver versions to latest
Signed-off-by: Steven Noonan <steven@edera.dev>
1 parent ade7e18 commit 26c68e4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

config.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ flavors:
1313
# local tags. For `zone-nvidiagpu` specifically,
1414
# we will build that distinct image with the nvidia driver
1515
# version defined here.
16+
# Note that the version numbers here can be found on this page:
17+
# https://www.nvidia.com/en-us/drivers/unix/
1618
local_tags:
17-
- 'nvidia-590.48.01' # Nvidia: "Latest New Feature Branch Version"
18-
- 'nvidia-590.44.01' # Nvidia: "Latest Beta Version"
19-
- 'nvidia-580.126.09' # Nvidia: "Latest Production Branch Version"
19+
- 'nvidia-590.48.01' # Nvidia: "Latest New Feature Branch Version"
20+
- 'nvidia-595.45.04' # Nvidia: "Latest Beta Version"
21+
- 'nvidia-580.126.18' # Nvidia: "Latest Production Branch Version"
2022
constraints:
21-
lower: '6.15'
23+
lower: '6.18'
2224
- name: zone-openpax
2325
constraints:
2426
series:

0 commit comments

Comments
 (0)