device:xavier nx
system: jetpack4.4
docker:19
pull base images nvcr.io/nvidia/l4t-base:r32.3.1 in docker. Why tensorrt version is 7.1,not is 6.0 in nvcr.io/nvidia/l4t-base:r32.3.1?
Hi,
The container will mount the library from the device.
So since your XavierNX installs TensorRT 7.1, the version within docker will also be v7.1.
Thanks.
Thanks.