You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is occurred when I run the "docker run --runtime=nvidia -it --rm --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 -v /home/$USER/triton_blog/:/workspace/triton_blog nvcr.io/nvidia/l4t-tensorflow:r32.4.3-tf1.15-py3" command.
Same error
I built a new image on a Jetson AGX, based from nvcr.io/nvidia/l4t-base:r32.5.0.
The new image work fine on the Jetson AGX but i get the error when i want run it on a Jetson NX
Looking at the contents of the image: nvcr.io/nvidia/deepstream-l4t:5.1-21.02-base:
ls -alt /usr/lib/aarch64-linux-gnu/libnvidia-fatbinaryloader.so.440.18
-rw-r--r-- 1 root root 0 Feb 25 00:18 /usr/lib/aarch64-linux-gnu/libnvidia-fatbinaryloader.so.440.18
It contains a zero-sized file matching the name of the file that is being mounted from the host. This could indicate that there may have been an issue with building the container image.
@elezar Ive actually linked libnvidia-fatbinaryloader.so.32.4.4 to libnvidia-fatbinaryloader.so.440.18 using symlink when i build the dockerfile, but now the pipeline won't load. Ive also tried the following images:
nvcr.io/nvidia/deepstream-l4t:5.1-21.02-samples
nvcr.io/nvidia/deepstream-l4t:5.1-21.02-iot
same thing.
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused "process_linux.go:432: running prestart hook 1 caused \"error running hook: exit status 1, stdout: , stderr: exec command: [/usr/bin/nvidia-container-cli --load-kmods configure --ldconfig=@/sbin/ldconfig.real --device=all --compute --compat32 --graphics --utility --video --display --pid=9165 /var/lib/docker/overlay2/2a1a1c3555109e20c5ba2e386cc3ce69cbb80c3850663c1909db8c46ed565c0c/merged]\\nnvidia-container-cli: mount error: file creation failed: /var/lib/docker/overlay2/2a1a1c3555109e20c5ba2e386cc3ce69cbb80c3850663c1909db8c46ed565c0c/merged/usr/lib/aarch64-linux-gnu/libnvidia-fatbinaryloader.so.440.18: file exists\\n\""": unknown
The text was updated successfully, but these errors were encountered: