Skip to content

Commit

Permalink
Update GRID driver to 535.154.05 (#28)
Browse files Browse the repository at this point in the history
* Update GRID driver to 535.154.05

* update download URL
  • Loading branch information
ganeshkumarashok authored Apr 12, 2024
1 parent fe65caa commit ea2a6bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit ea2a6bf

Please sign in to comment.