File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cookbooks/aws-parallelcluster-platform/resources/nvidia_nvlsm/partial Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ def nvidia_nvlsm_version
8888
8989def nvidia_nvlsm_url
9090 # TODO: Use the S3 URL
91- repo_arch_prefix = arm_instance? ? 'sbsa' : 'x86_64'
92- "https://developer.download.nvidia.com/compute/cuda/repos/#{ platform } /#{ repo_arch_prefix } /#{ nvidia_nvlsm_package_full_name } "
93- # "#{node['cluster']['artifacts_s3_url']}/dependencies/nvidia_nvlsm/#{platform}/#{nvidia_nvlsm_package_full_name}"
91+ # repo_arch_prefix = arm_instance? ? 'sbsa' : 'x86_64'
92+ # "https://developer.download.nvidia.com/compute/cuda/repos/#{platform}/#{repo_arch_prefix}/#{nvidia_nvlsm_package_full_name}"
93+ "#{ node [ 'cluster' ] [ 'artifacts_s3_url' ] } /dependencies/nvidia_nvlsm/#{ platform } /#{ nvidia_nvlsm_package_full_name } "
9494end
9595
9696def nvidia_nvlsm_package_full_name
You can’t perform that action at this time.
0 commit comments