Hi,
Please check if it can be built successfully outside docker. If it can be built successfully on the system(without docker), please look for what are missing and add them into
thanks for replying, yes, I tried it, and it can be built successfully on the system(without docker), did I need COPY /etc/nvidia-container-runtime/host-files-for-container.d/l4t.csv into docker when I made docker image? but in my base image(FROM nvcr.io/nvidia/l4t-tensorrt:r8.4.1-runtime) without this path/etc/nvidia-container-runtime/host-files-for-container.d, should I COPY the etc into the base docker image?