Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Apr 23, 2024
1 parent c11ab54 commit a411099
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
aws s3 cp s3://hgreebe-dependencies/archives/dependencies/cuda/cuda_#{cuda_complete_version}_#{cuda_version_suffix}_#{cuda_arch}.run #{tmp_cuda_run}
chmod 755 #{tmp_cuda_run}
aws s3 cp s3://hgreebe-dependencies/archives/dependencies/cuda/samples/v#{cuda_samples_version}.tar.gz #{tmp_cuda_sample_archive}
chmod 0644 #{tmp_cuda_sample_archive}
chmod 644 #{tmp_cuda_sample_archive}
CUDA
end

Expand Down

0 comments on commit a411099

Please sign in to comment.