dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.09k stars 435 forks source link

Tritonserver r32.7.1 seems broken. #348

Open gulis1 opened 8 months ago

gulis1 commented 8 months ago

Hello,

I can't get the latest Triton server image (r32.7.1) to work. There's an issue with the PATH and LD_LIBRARY_PATH variables, because all the files that where previously under /opt/tritonserver are now scattered inside /opt:

image

However, after fixing this manually, the server can't load my tensorrt models and it outputs the following error:

image

The new image's size 1.32GB, when all the older ones where around 6GB.

Thank you.