Skip to content

Commit

Permalink
fix nvidia driver URL
Browse files Browse the repository at this point in the history
(cherry picked from commit 16cfde5)
  • Loading branch information
yocalebo authored and bugclerk committed Jan 15, 2025
1 parent 00bab8f commit d85cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scale_build/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def add_nvidia_repository(self):
"https://nvidia.github.io/libnvidia-container/stable/deb/$(ARCH) /")

def download_nvidia_driver(self):
prefix = "https://download.nvidia.com/XFree86/Linux-x86_64"
prefix = "https://us.download.nvidia.com/XFree86/Linux-x86_64"

version = get_manifest()["extensions"]["nvidia"]["current"]
filename = f"NVIDIA-Linux-x86_64-{version}-no-compat32.run"
Expand Down

0 comments on commit d85cb31

Please sign in to comment.