Skip to content

Commit fd841c8

Browse files
committed
bump driver versions to 550.144.03 and 535.230.02
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 0d12112 commit fd841c8

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

.common-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default:
1919
command: ["--experimental"]
2020

2121
variables:
22-
DRIVER_VERSIONS: 535.216.03 550.127.08
22+
DRIVER_VERSIONS: 535.230.02 550.144.03
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -73,13 +73,13 @@ trigger-pipeline:
7373
.driver-versions:
7474
parallel:
7575
matrix:
76-
- DRIVER_VERSION: [535.216.03, 550.127.08]
76+
- DRIVER_VERSION: [535.230.02, 550.144.03]
7777

7878
# Define the driver versions for jobs that can be run in parallel
7979
.driver-versions-ubuntu24.04:
8080
parallel:
8181
matrix:
82-
- DRIVER_VERSION: [550.127.08]
82+
- DRIVER_VERSION: [550.144.03]
8383

8484
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
8585
.driver-versions-precompiled-ubuntu22.04:

.github/workflows/image.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
strategy:
3535
matrix:
3636
driver:
37-
- 535.216.03
38-
- 550.127.08
37+
- 535.230.02
38+
- 550.144.03
3939
dist:
4040
- ubuntu20.04
4141
- ubuntu22.04
@@ -46,12 +46,12 @@ jobs:
4646
exclude:
4747
- ispr: true
4848
dist: ubuntu20.04
49-
driver: 535.216.03
49+
driver: 535.230.02
5050
- ispr: true
5151
dist: ubuntu20.04
52-
driver: 550.127.08
52+
driver: 550.144.03
5353
- dist: ubuntu24.04
54-
driver: 535.216.03
54+
driver: 535.230.02
5555
fail-fast: false
5656
steps:
5757
- uses: actions/checkout@v4

.nvidia-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,16 +535,16 @@ sign:ngc-ubuntu-rhel-rhcos:
535535
matrix:
536536
# - SIGN_JOB_NAME: ["ubuntu"]
537537
# VERSION: ["24.04"]
538-
# DRIVER_VERSION: ["550.127.08"]
538+
# DRIVER_VERSION: ["550.144.03"]
539539
- SIGN_JOB_NAME: ["ubuntu"]
540540
VERSION: ["22.04"]
541-
DRIVER_VERSION: ["535.216.03", "550.127.08"]
541+
DRIVER_VERSION: ["535.230.02", "550.144.03"]
542542
- SIGN_JOB_NAME: ["ubuntu"]
543543
VERSION: ["20.04"]
544-
DRIVER_VERSION: ["535.216.03", "550.127.08"]
544+
DRIVER_VERSION: ["535.230.02", "550.144.03"]
545545
- SIGN_JOB_NAME: ["rhel"]
546546
VERSION: ["8.8", "8.10"]
547-
DRIVER_VERSION: ["535.216.03", "550.127.08"]
547+
DRIVER_VERSION: ["535.230.02", "550.144.03"]
548548
- SIGN_JOB_NAME: ["rhcos"]
549549
VERSION: ["4.12","4.13","4.14","4.15", "4.16", "4.17"]
550-
DRIVER_VERSION: ["535.216.03", "550.127.08"]
550+
DRIVER_VERSION: ["535.230.02", "550.144.03"]

rhel8/precompiled/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DOCKERFILE = Dockerfile
22
RHEL_VERSION ?= 8.6
33
CUDA_VERSION ?= 12.6.0
44
CUDA_DIST ?= ubi8
5-
DRIVER_VERSION ?= 535.216.03
5+
DRIVER_VERSION ?= 535.230.02
66
KERNEL_VERSION ?= 4.18.0-372.51.1.el8_6.x86_64
77
TARGET_ARCH = $(shell echo "${KERNEL_VERSION}" | awk -F. '{print $$NF}')
88
CONTAINER_TOOL ?= docker

rhel8/precompiled/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The procedure is based on [building custom kmod packages](https://github.com/NVI
5050
export CUDA_VERSION=12.1.0
5151
export CUDA_DIST=ubi8
5252
export DRIVER_EPOCH=1
53-
export DRIVER_VERSION=535.216.03
53+
export DRIVER_VERSION=535.230.02
5454
export OS_TAG=rhcos4.13
5555
5656
make image image-push
@@ -76,7 +76,7 @@ Define the `ClusterPolicy` resource to make use of the pre-compiled driver image
7676
usePrecompiled: true
7777
image: driver
7878
repository: nvcr.io/nvidia
79-
version: 535.216.03
79+
version: 535.230.02
8080
```
8181
8282
Find more information in the [Precompiled Driver Containers](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/precompiled-drivers.html) documentation.

rhel9/precompiled/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The procedure is based on [building custom kmod packages](https://github.com/NVI
105105
```
106106
export CUDA_VERSION=12.6.2
107107
export DRIVER_EPOCH=1
108-
export DRIVER_VERSION=550.127.08
108+
export DRIVER_VERSION=550.144.03
109109
```
110110

111111
6. [Optional] Build the vGPU guest driver

rhel9/precompiled/nvidiadriver.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"usePrecompiled": true,
1010
"repository": "quay.io/fabiendupont",
1111
"image": "nvidia-gpu-driver",
12-
"version": "550.127.08",
12+
"version": "550.144.03",
1313
"imagePullPolicy": "Always",
1414
"nodeSelector": {},
1515
"manager": {},

ubuntu22.04/precompiled/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
44

55
ARG DRIVER_BRANCH=535
66
ENV DRIVER_BRANCH=$DRIVER_BRANCH
7-
ARG DRIVER_VERSION=535.216.03
7+
ARG DRIVER_VERSION=535.230.02
88
ENV DRIVER_VERSION=$DRIVER_VERSION
99

1010
ARG KERNEL_VERSION=5.15.0-116-generic

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
16-
DRIVER_VERSIONS ?= 535.216.03 550.127.08
16+
DRIVER_VERSIONS ?= 535.230.02 550.144.03
1717

1818
GOLANG_VERSION := 1.23.4

0 commit comments

Comments
 (0)