File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
cookbooks/aws-parallelcluster-platform/attributes Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 1616
1717# NVidia
1818default [ 'cluster' ] [ 'nvidia' ] [ 'enabled' ] = 'no'
19- default [ 'cluster' ] [ 'nvidia' ] [ 'driver_version' ] = '570.86.15 '
19+ default [ 'cluster' ] [ 'nvidia' ] [ 'driver_version' ] = '570.172.08 '
2020default [ 'cluster' ] [ 'nvidia' ] [ 'dcgm_version' ] = '3.3.6'
2121if platform? ( 'amazon' ) && node [ 'platform_version' ] == "2"
2222 default [ 'cluster' ] [ 'nvidia' ] [ 'driver_version' ] = '550.127.08'
You can’t perform that action at this time.
0 commit comments