Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ flavors:
# local tags. For `zone-nvidiagpu` specifically,
# we will build that distinct image with the nvidia driver
# version defined here.
# Note that the version numbers here can be found on this page:
# https://www.nvidia.com/en-us/drivers/unix/
local_tags:
- 'nvidia-590.48.01' # Nvidia: "Latest New Feature Branch Version"
- 'nvidia-590.44.01' # Nvidia: "Latest Beta Version"
- 'nvidia-580.126.09' # Nvidia: "Latest Production Branch Version"
- 'nvidia-590.48.01' # Nvidia: "Latest New Feature Branch Version"
- 'nvidia-595.45.04' # Nvidia: "Latest Beta Version"
- 'nvidia-580.126.18' # Nvidia: "Latest Production Branch Version"
constraints:
lower: '6.15'
lower: '6.18'
- name: zone-openpax
constraints:
series:
Expand Down
Loading