File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
cookbooks/aws-parallelcluster-platform/resources/fabric_manager/partial Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,11 @@ def arch_suffix
3838 arm_instance? ? 'sbsa' : 'x86_64'
3939end
4040
41+ def name_suffix
42+ arm_instance? ? 'arm64' : 'amd64'
43+ end
44+
4145def fabric_manager_url
4246 # "#{node['cluster']['artifacts_s3_url']}/dependencies/nvidia_fabric/#{platform}/#{fabric_manager_package}_#{fabric_manager_version}-1_#{arch_suffix}.deb"
43- "https://developer.download.nvidia.com/compute/cuda/repos/#{ platform } /#{ arch_suffix } /#{ fabric_manager_package } _#{ fabric_manager_version } -1_#{ arch_suffix } .deb"
47+ "https://developer.download.nvidia.com/compute/cuda/repos/#{ platform } /#{ arch_suffix } /#{ fabric_manager_package } _#{ fabric_manager_version } -1_#{ name_suffix } .deb"
4448end
You can’t perform that action at this time.
0 commit comments