Hello everyone,
I’m facing some issues while trying to build my image through a Dockerfile, but my build fails with the following error:
“libnvdla_compiler.so: cannot open shared object file: No such file or directory”
I’m using an Jetson AGX (32GB) as host machine.
The starting image (FROM tag on my dockerfile) is “nvcr.io/nvidia/l4t-pytorch:r35.1.0-pth1.12-py3”, and I want to use also the torch2trt module, following the instructions here.
But when I try to execute the line
python3 setup.py install --plugins
I got the error:
Traceback (most recent call last):
File "setup.py", line 2, in <module>
import tensorrt
File "/usr/lib/python3.8/dist-packages/tensorrt/__init__.py", line 68, in <module>
from .tensorrt import *
ImportError: libnvdla_compiler.so: cannot open shared object file: No such file or directoryre