NVIDIA / nvidia-container-runtime

NVIDIA container runtime
Apache License 2.0
1.1k stars 159 forks source link

Failed to find libnvdla_compiler.so when running l4t-tensorrt container from x86-64 host #181

Closed twmht closed 1 year ago

twmht commented 1 year ago

I download the r8.4.1-runtime image from https://catalog.ngc.nvidia.com/orgs/nvidia/containers/l4t-tensorrt.

the docker runtime is set to nvidia, when running trtexec it said that it can't find libnvdla_compiler.so.

It's expected to work since you support cross compiling.

image

any idea?