Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jul 24, 2024
1 parent c44e734 commit 067b035
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
action_cloudwatch_prerequisite

region = node['cluster']['region']
key_path = "/amazoncloudwatch-agent/assets/amazon-cloudwatch-agent.gpg"
key_path = "amazoncloudwatch-agent/assets/amazon-cloudwatch-agent.gpg"
cloudwatch_key_url = "https://s3.amazonaws.com/#{key_path}"
if region.start_with?("us-iso")
cloudwatch_key_url = "https://s3.#{aws_region}.#{aws_domain}/#{key_path}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ def gdrcopy_service
'gdrcopy'
end

def gdrcopy_build_dependencies
%w(dkms rpm-build make check check-devel)
end

def installation_code
<<~COMMAND
CUDA=/usr/local/cuda ./build-rpm-packages.sh
Expand Down

0 comments on commit 067b035

Please sign in to comment.