From ea2a6bf5c02301e4c356cf6a5ab7521aeab44943 Mon Sep 17 00:00:00 2001 From: Ganeshkumar Ashokavardhanan <35557827+ganeshkumarashok@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:42:16 -0700 Subject: [PATCH] Update GRID driver to 535.154.05 (#28) * Update GRID driver to 535.154.05 * update download URL --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/main.yaml | 4 ++-- justfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cffc20d..9a4ada1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -129,9 +129,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - driver_version: ["535.54.03"] + driver_version: ["535.154.05"] driver_kind: ["grid"] - driver_url: ["https://download.microsoft.com/download/2/e/8/2e85b622-d376-4166-be95-38fd60f18eda/NVIDIA-Linux-x86_64-535.54.03-grid-azure.run"] + driver_url: ["https://download.microsoft.com/download/1/4/4/14450d0e-a3f2-4b0a-9bb4-a8e729e986c4/NVIDIA-Linux-x86_64-535.154.05-grid-azure.run"] steps: - uses: actions/checkout@v2 with: diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ada07ae..0c582bc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -156,9 +156,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - driver_version: ["535.54.03"] + driver_version: ["535.154.05"] driver_kind: ["grid"] - driver_url: ["https://download.microsoft.com/download/2/e/8/2e85b622-d376-4166-be95-38fd60f18eda/NVIDIA-Linux-x86_64-535.54.03-grid-azure.run"] + driver_url: ["https://download.microsoft.com/download/1/4/4/14450d0e-a3f2-4b0a-9bb4-a8e729e986c4/NVIDIA-Linux-x86_64-535.154.05-grid-azure.run"] steps: - uses: actions/checkout@v2 with: diff --git a/justfile b/justfile index 9a23d98..5dc8fff 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ grid_470_url := "https://download.microsoft.com/download/a/3/c/a3c078a0-e182-4b61-ac9b-ac011dc6ccf4/NVIDIA-Linux-x86_64-470.82.01-grid-azure.run" grid_510_url := "https://download.microsoft.com/download/6/2/5/625e22a0-34ea-4d03-8738-a639acebc15e/NVIDIA-Linux-x86_64-510.73.08-grid-azure.run" -grid_535_url := "https://download.microsoft.com/download/2/e/8/2e85b622-d376-4166-be95-38fd60f18eda/NVIDIA-Linux-x86_64-535.54.03-grid-azure.run" +grid_535_url := "https://download.microsoft.com/download/1/4/4/14450d0e-a3f2-4b0a-9bb4-a8e729e986c4/NVIDIA-Linux-x86_64-535.154.05-grid-azure.run" grid_535_driver := "535.54.03" grid_510_driver := "510.73.08" @@ -9,7 +9,7 @@ grid_470_driver := "470.82.01" cuda_510_driver := "510.47.03" cuda_470_driver := "470.82.01" cuda_515_driver := "515.65.01" -cuda_535_driver := "535.54.03" +cuda_535_driver := "535.154.05" registry := "docker.io/alexeldeib" default: