Skip to content

Commit

Permalink
Update NVIDIA driver for CUDA 12.2 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 authored Jan 8, 2024
1 parent 562f6af commit 269b1ae
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 11.7, Linux X64). Furthermore, the corresponding run script is compatible with Linux kernel version 5.13.
PKR_VAR_nvidia_driver_version: "515.86.01"
#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"
PKR_VAR_nvidia_driver_base_url: "https://us.download.nvidia.com/tesla"
with:
command: build
Expand Down

0 comments on commit 269b1ae

Please sign in to comment.