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 e4061e9 commit 58672f7Copy full SHA for 58672f7
attributes/default.rb
@@ -170,7 +170,7 @@
170
171
# NVIDIA
172
default['cluster']['nvidia']['enabled'] = 'no'
173
-default['cluster']['nvidia']['driver_version'] = '470.103.01'
+default['cluster']['nvidia']['driver_version'] = '470.141.03'
174
default['cluster']['nvidia']['cuda_version'] = '11.4'
175
default['cluster']['nvidia']['driver_url_architecture_id'] = arm_instance? ? 'aarch64' : 'x86_64'
176
default['cluster']['nvidia']['cuda_url_architecture_id'] = arm_instance? ? 'linux_sbsa' : 'linux'
0 commit comments