Skip to content

Commit d2c5206

Browse files
author
Himani Anil Deshpande
committed
[NVIDIA-IMEX] Test epoch version
1 parent 3cadf0c commit d2c5206

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cookbooks/aws-parallelcluster-platform/resources/nvidia_imex/nvidia_imex_ubuntu22+.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
use 'partial/_nvidia_imex_common.rb'
2020

2121
def _nvidia_imex_version
22-
"#{nvidia_driver_major_version}_#{nvidia_imex_full_version}"
22+
"1:#{nvidia_driver_major_version}_#{nvidia_imex_full_version}"
23+
# The single digit "1" is epoch version. Without the "1", package install fails because version does not exist.
24+
# See details here:
25+
# https://askubuntu.com/questions/441879/why-do-some-packages-have-extra-numbers-before-a-colon-on-the-front-of-their-ver
2326
end

0 commit comments

Comments
 (0)