We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5f7b4 commit 08ee1cdCopy full SHA for 08ee1cd
cookbooks/aws-parallelcluster-platform/recipes/install/cuda.rb
@@ -24,7 +24,7 @@
24
cuda_complete_version = "#{cuda_version}.#{cuda_patch}"
25
cuda_version_suffix = '570.86.10'
26
cuda_arch = arm_instance? ? 'linux_sbsa' : 'linux'
27
-cuda_url = "https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installerscuda_#{cuda_complete_version}_#{cuda_version_suffix}_#{cuda_arch}.run"
+cuda_url = "https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installers/cuda_#{cuda_complete_version}_#{cuda_version_suffix}_#{cuda_arch}.run"
28
cuda_samples_version = '12.8'
29
cuda_samples_url = "https://github.com/NVIDIA/cuda-samples/archive/refs/tags/v#{cuda_samples_version}.tar.gz"
30
tmp_cuda_run = '/tmp/cuda.run'
0 commit comments