Skip to content

Commit 1b5cd79

Browse files
author
Himani Anil Deshpande
committed
[NVIDIA-IMEX] Install With specific version in name
1 parent b6aeb86 commit 1b5cd79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-platform/resources/nvidia_imex/partial/_nvidia_imex_common.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
action :create
4949
end
5050

51-
package 'nvidia-imex' do
51+
package "nvidia-imex-#{_nvidia_imex_version}" do
5252
retries 3
5353
retry_delay 5
5454
flush_cache({ before: true })
55-
version _nvidia_imex_version
55+
# version _nvidia_imex_version
5656
end
5757
end
5858

0 commit comments

Comments
 (0)