Skip to content

Commit a3f0a52

Browse files
committed
more
1 parent 4675780 commit a3f0a52

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.tekton/build-dm-verity-image-debug.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: KERNEL_VERSION
2828
type: string
2929
description: The kernel version that the stock kernel included with the RHEL image will be updated to
30-
default: 6.12.0-124.27.1.el10_1
30+
default: 6.12.0-124.21.1.el10_1
3131
- name: NVIDIA_DRIVER_VERSION
3232
type: string
3333
description: The NVIDIA driver version to install
@@ -233,7 +233,7 @@ spec:
233233
nvidia-driver-cuda-${NVIDIA_DRIVER_VERSION} \
234234
nvidia-driver-libs-${NVIDIA_DRIVER_VERSION} \
235235
nvidia-persistenced-${NVIDIA_DRIVER_VERSION} \
236-
kmod-nvidia-open-${NVIDIA_DRIVER_VERSION}-${KERNEL_VERSION%.el*} \
236+
kmod-nvidia \
237237
nvidia-container-toolkit
238238
239239
echo -e "blacklist nouveau\nblacklist nova_core" > /etc/modprobe.d/blacklist_nv_alt.conf
Binary file not shown.

task/build-dm-verity-image/0.1/build-dm-verity-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- name: KERNEL_VERSION
2828
type: string
2929
description: The kernel version that the stock kernel included with the RHEL image will be updated to
30-
default: 6.12.0-124.27.1.el10_1
30+
default: 6.12.0-124.21.1.el10_1
3131
- name: NVIDIA_DRIVER_VERSION
3232
type: string
3333
description: The NVIDIA driver version to install
@@ -233,7 +233,7 @@ spec:
233233
nvidia-driver-cuda-${NVIDIA_DRIVER_VERSION} \
234234
nvidia-driver-libs-${NVIDIA_DRIVER_VERSION} \
235235
nvidia-persistenced-${NVIDIA_DRIVER_VERSION} \
236-
kmod-nvidia-open-${NVIDIA_DRIVER_VERSION}-${KERNEL_VERSION%.el*} \
236+
kmod-nvidia \
237237
nvidia-container-toolkit
238238
239239
echo -e "blacklist nouveau\nblacklist nova_core" > /etc/modprobe.d/blacklist_nv_alt.conf

0 commit comments

Comments
 (0)