Skip to content

Commit 492c426

Browse files
committed
[SQUASH][B200] Fix support B200.
1 parent 360360e commit 492c426

File tree

1 file changed

+1
-4
lines changed
  • cookbooks/aws-parallelcluster-platform/recipes

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
set -x
2020
uname -a
2121
yum info infiniband-diags libibumad
22-
yum provides infiniband-diags libibumad
23-
yum install --assumeno infiniband-diags libibumad
22+
yum provides infiniband-diags libibumad
2423
CODE
2524
end
2625
package_repos 'setup the repositories'
@@ -30,7 +29,6 @@
3029
uname -a
3130
yum info infiniband-diags libibumad
3231
yum provides infiniband-diags libibumad
33-
yum install --assumeno infiniband-diags libibumad
3432
CODE
3533
end
3634
include_recipe "aws-parallelcluster-platform::directories"
@@ -41,7 +39,6 @@
4139
uname -a
4240
yum info infiniband-diags libibumad
4341
yum provides infiniband-diags libibumad
44-
yum install --assumeno infiniband-diags libibumad
4542
CODE
4643
end
4744
include_recipe "aws-parallelcluster-platform::cookbook_virtualenv"

0 commit comments

Comments
 (0)