Skip to content

Commit

Permalink
Merge branch 'bump-535-driver' into 'main'
Browse files Browse the repository at this point in the history
bump R535 drivers to version 535.154.05

See merge request nvidia/container-images/driver!293
  • Loading branch information
tariq1890 committed Feb 2, 2024
2 parents 2f17c02 + 25f266e commit 4dbd345
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default:
command: ["--experimental"]

variables:
DRIVER_VERSIONS: 470.223.02 525.147.05 535.129.03
DRIVER_VERSIONS: 470.223.02 525.147.05 535.154.05
BUILD_MULTI_ARCH_IMAGES: "true"

stages:
Expand Down Expand Up @@ -72,13 +72,13 @@ trigger-pipeline:
.driver-versions:
parallel:
matrix:
- DRIVER_VERSION: [470.223.02, 525.147.05, 535.129.03]
- DRIVER_VERSION: [470.223.02, 525.147.05, 535.154.05]

# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
.driver-versions-ubuntu22.04:
parallel:
matrix:
- DRIVER_VERSION: [525.147.05, 535.129.03]
- DRIVER_VERSION: [525.147.05, 535.154.05]

# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
.driver-versions-precompiled-ubuntu22.04:
Expand Down
4 changes: 2 additions & 2 deletions ci/fedora/.gitlab-ci-fcos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ variables:
# To survey latest Data Center driver versions available:
# https://www.nvidia.com/Download/Find.aspx
# https://www.nvidia.com/en-us/drivers/unix/
DRIVER_VERSION: "535.129.03"
DRIVER_VERSIONS: 535.129.03 525.147.05
DRIVER_VERSION: "535.154.05"
DRIVER_VERSIONS: 535.154.05 525.147.05

CUDA_VERSION: 12.2.0

Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.

# DRIVER_VERSIONS contains latest version in all active datacenter branches
DRIVER_VERSIONS ?= 470.223.02 525.147.05 535.129.03
DRIVER_VERSIONS ?= 470.223.02 525.147.05 535.154.05

CUDA_VERSION := 12.3.0

0 comments on commit 4dbd345

Please sign in to comment.