Closed
Description
The run-prereq.sh script used to build the image calls 'pip3 install "${PIP_ARGS[@]}" nvidia-tensorrt' on line 273
The nvidia-tensorrt package should not be used. It now just points to whatever the latest tensorrt version is
NVIDIA/TensorRT#2668
The result is that depending on when you build, you may be actually downloading different versions. The result is that the latest version requires Cuda 12 but the image has Cuda 11. This creates conflicts and is likely behind the singularity GPU issues coming up on the issues page.
Instead you should specifically specify tensorrt==8.5.3.1 to get the cuda 11 version.
Metadata
Metadata
Assignees
Labels
No labels