File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
cookbooks/aws-parallelcluster-platform/recipes/install Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919
2020# Cuda installer from https://developer.nvidia.com/cuda-toolkit-archive
2121# Cuda installer naming: cuda_11.8.0_520.61.05_linux
22- cuda_version = '12.4 '
23- cuda_patch = '1 '
22+ cuda_version = '12.8 '
23+ cuda_patch = '0 '
2424cuda_complete_version = "#{ cuda_version } .#{ cuda_patch } "
25- cuda_version_suffix = '550.54.15 '
25+ cuda_version_suffix = '570.86.10 '
2626cuda_arch = arm_instance? ? 'linux_sbsa' : 'linux'
27- cuda_url = "#{ node [ 'cluster' ] [ 'artifacts_s3_url' ] } /dependencies/ cuda/cuda_ #{ cuda_complete_version } _#{ cuda_version_suffix } _#{ cuda_arch } .run"
28- cuda_samples_version = '12.4 '
29- cuda_samples_url = "#{ node [ 'cluster' ] [ 'artifacts_s3_url' ] } /dependencies/cuda/ samples/v#{ cuda_samples_version } .tar.gz"
27+ cuda_url = "https://developer.download.nvidia.com/compute/ cuda/12.8.0/local_installerscuda_ #{ 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"
3030tmp_cuda_run = '/tmp/cuda.run'
3131tmp_cuda_sample_archive = '/tmp/cuda-sample.tar.gz'
3232
Original file line number Diff line number Diff line change 1919
2020include_recipe "aws-parallelcluster-platform::cuda"
2121
22- # gdrcopy 'Install Nvidia gdrcopy'
22+ gdrcopy 'Install Nvidia gdrcopy'
2323
2424fabric_manager 'Install Nvidia Fabric Manager'
2525
You can’t perform that action at this time.
0 commit comments