Skip to content

Commit 651d4e0

Browse files
committed
add support for data center gpu driver 560.35.03
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 3285ac8 commit 651d4e0

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

.common-ci.yml

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

2121
variables:
22-
DRIVER_VERSIONS: 535.183.06 550.90.07
22+
DRIVER_VERSIONS: 535.183.06 550.90.07 560.35.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.183.06, 550.90.07]
76+
- DRIVER_VERSION: [535.183.06, 550.90.07, 560.35.03]
7777

7878
# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
7979
.driver-versions-ubuntu22.04:
8080
parallel:
8181
matrix:
82-
- DRIVER_VERSION: [535.183.06, 550.90.07]
82+
- DRIVER_VERSION: [535.183.06, 550.90.07, 560.35.03]
8383

8484
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
8585
.driver-versions-precompiled-ubuntu22.04:
@@ -92,7 +92,7 @@ trigger-pipeline:
9292
.driver-versions-rhel9:
9393
parallel:
9494
matrix:
95-
- DRIVER_VERSION: [535.183.06, 550.90.07]
95+
- DRIVER_VERSION: [535.183.06, 550.90.07, 560.35.03]
9696

9797
# Define the distribution targets
9898
.dist-ubuntu20.04:

.github/workflows/image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
driver:
3737
- 535.183.06
3838
- 550.90.07
39+
- 560.35.03
3940
dist:
4041
- ubuntu20.04
4142
- ubuntu22.04

.nvidia-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,13 +499,13 @@ sign:ngc-ubuntu-rhel-rhcos:
499499
matrix:
500500
- SIGN_JOB_NAME: ["ubuntu"]
501501
VERSION: ["22.04"]
502-
DRIVER_VERSION: ["535.183.06", "550.90.07"]
502+
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
503503
- SIGN_JOB_NAME: ["ubuntu"]
504504
VERSION: ["20.04"]
505-
DRIVER_VERSION: ["535.183.06", "550.90.07"]
505+
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
506506
- SIGN_JOB_NAME: ["rhel"]
507507
VERSION: ["8.6", "8.7", "8.8", "8.9","8.10"]
508-
DRIVER_VERSION: ["535.183.06", "550.90.07"]
508+
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
509509
- SIGN_JOB_NAME: ["rhcos"]
510510
VERSION: ["4.9", "4.10", "4.11", "4.12","4.13","4.14","4.15"]
511-
DRIVER_VERSION: ["535.183.06", "550.90.07"]
511+
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]

rhel8/precompiled/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOCKERFILE = Dockerfile
22
RHEL_VERSION ?= 8.6
3-
CUDA_VERSION ?= 12.1.0
3+
CUDA_VERSION ?= 12.6.0
44
CUDA_DIST ?= ubi8
55
DRIVER_VERSION ?= 535.183.06
66
KERNEL_VERSION ?= 4.18.0-372.51.1.el8_6.x86_64

rhel9/precompiled/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ KERNEL_VERSION_NOARCH=$(shell echo "${KERNEL_VERSION}" | sed "s/\.${TARGET_ARCH}
99
KERNEL_VERSION_TAG = $(shell echo "${KERNEL_VERSION_NOARCH}.${BUILD_ARCH}" | sed "s/+/_/")
1010
BASE_URL ?= https://us.download.nvidia.com/tesla
1111

12-
CUDA_VERSION ?= 12.1.0
12+
CUDA_VERSION ?= 12.6.0
1313
CUDA_DIST = ubi${RHEL_VERSION_MAJOR}
1414

1515
DRIVER_VERSION ?= ''

versions.mk

Lines changed: 2 additions & 2 deletions
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.183.06 550.90.07
16+
DRIVER_VERSIONS ?= 535.183.06 550.90.07 560.35.03
1717

18-
CUDA_VERSION := 12.5.1
18+
CUDA_VERSION := 12.6.0

0 commit comments

Comments
 (0)