Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Update nVidia drivers
Browse files Browse the repository at this point in the history
- Compute driver to 460.73.01 and CUDA 11.2
- Grid driver to 450.32.03 and CUDA 11.2
- Resolves #357
  • Loading branch information
alfpark committed Mar 20, 2023
1 parent 286afde commit 9a8a8bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions convoy/fleet.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,24 +61,24 @@
_NVIDIA_DRIVER = {
'compute': {
'url': (
'http://us.download.nvidia.com/tesla/'
'418.87/NVIDIA-Linux-x86_64-418.87.01.run'
'https://us.download.nvidia.com/tesla/'
'460.73.01/NVIDIA-Linux-x86_64-460.73.01.run'
),
'sha256': (
'fe6dcba384d67e906fad3cdc707fb6b0993cf190fc694660b70224d49a69144f'
'11b1c918de26799e9ee3dc5db13d8630922b6aa602b9af3fbbd11a9a8aab1e88'
),
'target': 'nvidia-driver-compute.run'
},
'viz': {
# https://aka.ms/nvgrid-linux
# https://go.microsoft.com/fwlink/?linkid=874272
'url': (
'https://download.microsoft.com/download/1/a/5/'
'1a537cae-5b52-4348-acd2-2f210fc412b0/'
'NVIDIA-Linux-x86_64-430.46-grid.run'
'https://download.microsoft.com/download/9/5/c/'
'95c667ff-ab95-4c56-89e0-e13e9a76782d/'
'NVIDIA-Linux-x86_64-460.32.03-grid-azure.run'
),
'sha256': (
'a06b13c36c8c203babf7e681f1b83e7d7967c76e4bdb71ba4a2cd80dad502bfd'
'6b539691e3b4a3b92d907ce3a002d03f4564420ff7f0c13b11826f140fb6c44e'
),
'target': 'nvidia-driver-grid.run'
},
Expand Down

0 comments on commit 9a8a8bd

Please sign in to comment.