Skip to content

Commit 60abd3e

Browse files
committed
[Nvidia] Install Nvidia 550.127.08 on Rocky9.
1 parent aeef32d commit 60abd3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1212

1313
**CHANGES**
1414
- Upgrade Slurm to version 24.05.6.
15-
- Upgrade NVIDIA driver to version 570.86.15 (from 550.127.08) for all OSs except AL2.
15+
- Upgrade NVIDIA driver to version 570.86.15 (from 550.127.08) for all OSs except AL2 and Rocky9.
1616
- Upgrade CUDA Toolkit to version 12.8.0 (from 12.4.1) for all OSs except AL2.
1717
- Upgrade Python to 3.12.8 for all OSs except AL2 (from 3.9.20).
1818
- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.

cookbooks/aws-parallelcluster-platform/attributes/platform.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
default['cluster']['nvidia']['enabled'] = 'no'
1919
default['cluster']['nvidia']['driver_version'] = '570.86.15'
2020
default['cluster']['nvidia']['dcgm_version'] = '3.3.6'
21-
if platform?('amazon') && node['platform_version'] == "2"
21+
if platform?('amazon') && node['platform_version'] == "2" || platform?('rocky') && node['platform_version'] == "9"
2222
default['cluster']['nvidia']['driver_version'] = '550.127.08'
2323
end
2424

0 commit comments

Comments
 (0)