• 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?