Skip to content

Commit

Permalink
fix nvidia driver URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo committed Jan 15, 2025
1 parent 1923784 commit 16cfde5
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 16cfde5

Please sign in to comment.