Run docker image error

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**Xavier
• DeepStream Version5.0
**• JetPack Version (valid for Jetson only)**4.5
• TensorRT Version7.1.3
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
docker run -itd --net host --restart=always --gpus all nvcr.io/nvidia/deepstream-l4t:5.0-20.07-base
Error is :
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 0 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=23026 /var/lib/docker/overlay2/d794d56ec1c0e644325e4fe8ef055849fcacc5ecfef2b8129188a3c5d1e8d994/merged]\\nnvidia-container-cli: mount error: file creation failed: /var/lib/docker/overlay2/d794d56ec1c0e644325e4fe8ef055849fcacc5ecfef2b8129188a3c5d1e8d994/merged/usr/lib/aarch64-linux-gnu/libnvidia-fatbinaryloader.so.440.18: file exists\\n\""”: unknown

Why?

Hi,
Can you run with this command,
sudo docker run --runtime nvidia -it --rm --network host nvcr.io/nvidia/deepstream-l4t:5.0-20.07-base

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.