diff --git a/run b/run index a7c6131d..748453e9 100755 --- a/run +++ b/run @@ -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