Skip to content

Commit 08ee1cd

Browse files
committed
new cuda
1 parent 4c5f7b4 commit 08ee1cd

File tree

1 file changed

+1
-1
lines changed
  • cookbooks/aws-parallelcluster-platform/recipes/install

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-platform/recipes/install/cuda.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
cuda_complete_version = "#{cuda_version}.#{cuda_patch}"
2525
cuda_version_suffix = '570.86.10'
2626
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"
27+
cuda_url = "https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installers/cuda_#{cuda_complete_version}_#{cuda_version_suffix}_#{cuda_arch}.run"
2828
cuda_samples_version = '12.8'
2929
cuda_samples_url = "https://github.com/NVIDIA/cuda-samples/archive/refs/tags/v#{cuda_samples_version}.tar.gz"
3030
tmp_cuda_run = '/tmp/cuda.run'

0 commit comments

Comments
 (0)