We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd2200 commit 2c9ba7bCopy full SHA for 2c9ba7b
cookbooks/aws-parallelcluster-install/recipes/nvidia.rb
@@ -34,6 +34,10 @@
34
35
# Amazon linux 2 with Kernel 5 need to set CC to /usr/bin/gcc10-gcc using dkms override
36
if platform?('amazon') && node['kernel']['release'].split('.')[0].to_i == 5
37
+ package "gcc10" do
38
+ retries 10
39
+ retry_delay 5
40
+ end
41
cookbook_file 'dkms/nvidia.conf' do
42
source 'dkms/nvidia.conf'
43
path '/etc/dkms/nvidia.conf'
0 commit comments