'l4t-repo.nvidia.com:80' (-5 - No address associated with hostname) in deepstream:7.1-samples-multiarch

• Hardware Platform (Jetson / GPU) : Jetson Orin
• DeepStream Version : 7.1
• JetPack Version (valid for Jetson only) 6.2
• Issue Type( questions, new requirements, bugs): Question/Bug

Hello, I am using the image deepstream:7.1-samples-multiarch on my Jetson Orin. When I try to apt-get update in the docker conatiner, i am getting this error message:

Ign:1 http://l4t-repo.nvidia.com/common r36.4 InRelease   
Err:1 http://l4t-repo.nvidia.com/common r36.4 InRelease                                                                                                                                                                             
  Something wicked happened resolving 'l4t-repo.nvidia.com:80' (-5 - No address associated with hostname)

This comes from the last line in /etc/apt/sources.list

deb http://l4t-repo.nvidia.com/common r36.4 main

I have tried to ping this address from another computer, but no success:

ping: l4t-repo.nvidia.com: No address associated with hostname

What could be the problem? Is there some issue with my network, is the server down, or something else entirely?

I don’t meet such issue with the docker

Have you installed “nvidia-container” before you run the docker?

This is a bug. This domain can only be resolved on the intranet. In addition, x86 does not have this problem

Please use nvcr.io/nvidia/deepstream:7.1-triton-multiarch , or comment out the relevant content in /etc/apt/sources.list

Thank you, I will remove the line then