Skip to content

Commit

Permalink
Update run script for CUDA version (#509)
Browse files Browse the repository at this point in the history
* Updating CUDA version to 12.6 to support Holoscan SDK 2.6

Signed-off-by: Julien Jomier <[email protected]>

* Added CUDA 12-5

Signed-off-by: Julien Jomier <[email protected]>

---------

Signed-off-by: Julien Jomier <[email protected]>
  • Loading branch information
jjomier authored Sep 24, 2024
1 parent dd107b6 commit 3407462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ setup() {

# Install the tensorrt development libs
# Find the newest cudart version installed
for version in 12-4 12-3 12-2 12-1 12-0 11-8 11-7 11-6 11-4
for version in 12-6 12-5 12-4 12-3 12-2 12-1 12-0 11-8 11-7 11-6 11-4
do
cuda_version=$(dpkg --status cuda-cudart-${version} 2>/dev/null | grep -Po '^Version: \K[^-]*')
# Find the version based on cudart
Expand Down

0 comments on commit 3407462

Please sign in to comment.