Skip to content

Commit c9c81cd

Browse files
author
Himani Anil Deshpande
committed
[NVIDIA Driver] Upgrade NVIDIA driver to 570.172.08 for all except AL2
Removing test URL
1 parent 1251c23 commit c9c81cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
3939
- Libfabric-aws: libfabric-aws-2.1.0-1
4040
- Rdma-core: rdma-core-57.0-1
4141
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.6
42+
- Upgrade NVIDIA driver to version 570.172.08 (from 570.86.15) for all OSs except AL2.
4243

4344
**BUG FIXES**
4445
- Fix a bug in the installation of ARM Performance Library that was causing the build image fail in isolated environments.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# NVidia
1818
default['cluster']['nvidia']['enabled'] = 'no'
19-
default['cluster']['nvidia']['driver_version'] = '570.86.15'
19+
default['cluster']['nvidia']['driver_version'] = '570.172.08'
2020
default['cluster']['nvidia']['dcgm_version'] = '3.3.6'
2121
if platform?('amazon') && node['platform_version'] == "2"
2222
default['cluster']['nvidia']['driver_version'] = '550.127.08'

0 commit comments

Comments
 (0)