Skip to content

Commit 39cba03

Browse files
committed
[B200] Move nvlsm installation to the correct place.
1 parent 58ac0fc commit 39cba03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cookbooks/aws-parallelcluster-platform/recipes/install.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package_repos 'setup the repositories'
1818
include_recipe "aws-parallelcluster-platform::directories"
1919
install_packages 'Install OS and extra packages'
20-
nvidia_nvlsm 'Install Nvidia nvlsm'
2120
include_recipe "aws-parallelcluster-platform::cookbook_virtualenv"
2221
include_recipe "aws-parallelcluster-platform::awscli"
2322
unless alinux2023_on_docker? # Running this recipe on Alinux 2023 docker generates false failure.

cookbooks/aws-parallelcluster-platform/recipes/install/nvidia_install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
nvidia_imex 'Install nvidia-imex'
2929

30-
# nvidia_nvlsm 'Install Nvidia nvlsm'
30+
nvidia_nvlsm 'Install Nvidia nvlsm'

0 commit comments

Comments
 (0)