Skip to content

Commit

Permalink
Update Nvidia Driver to 535.183.01 (#102)
Browse files Browse the repository at this point in the history
Update Nvidia Driver to 535.183.01. The previous one is not compatible with Linux kernel 5.15.
  • Loading branch information
yongwww authored Jan 18, 2025
1 parent 87a3b06 commit c727260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packer_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
WORKSPACE_DIR: jenkins-agents/stock
PKR_VAR_source_image_family: jenkins-stock-agent
PKR_VAR_image_prefix: jenkins-gpu-agent
#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.
PKR_VAR_nvidia_driver_version: "535.129.03"
# 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.
PKR_VAR_nvidia_driver_version: "535.183.01"
PKR_VAR_nvidia_driver_base_url: "https://us.download.nvidia.com/tesla"
with:
command: build
Expand Down

0 comments on commit c727260

Please sign in to comment.