Skip to content

Commit c727260

Browse files
authored
Update Nvidia Driver to 535.183.01 (#102)
Update Nvidia Driver to 535.183.01. The previous one is not compatible with Linux kernel 5.15.
1 parent 87a3b06 commit c727260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packer_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
WORKSPACE_DIR: jenkins-agents/stock
5454
PKR_VAR_source_image_family: jenkins-stock-agent
5555
PKR_VAR_image_prefix: jenkins-gpu-agent
56-
#This driver version below is the latest recommended given our requirements (T4 GPU, CUDA 12.2, Linux X64). Furthermore, the corresponding run script is compatible with Linux kernel version 5.13.
57-
PKR_VAR_nvidia_driver_version: "535.129.03"
56+
# This driver version below is the latest recommended given our requirements (T4 GPU, CUDA 12.2, Linux X64). Furthermore, the corresponding run script is compatible with Linux kernel version 5.15.
57+
PKR_VAR_nvidia_driver_version: "535.183.01"
5858
PKR_VAR_nvidia_driver_base_url: "https://us.download.nvidia.com/tesla"
5959
with:
6060
command: build

0 commit comments

Comments
 (0)