W: Failed to fetch http://cuda-internal.nvidia.com/release-candidates/kitpicks/cuda-r11-4-tegra/11.4.14/011/repos/l4t/arm64/InRelease Could not resolve 'cuda-internal.nvidia.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Understood. This is in direct conflict with NVIDIA’s Orin documentation– see Step 2, “Attention”. Changing apt sources to match what your instruction makes the Orin unbootable.
The document is for the native Orin environment.
However, here is the package source list inside the container.
It’s expected that the OS version between native and container is already aligned.
Do you run the apt update inside the container or natively on the Jetson?
If within the container, do you use JetPack 5.0.2 (r35.1) for both environments?
More, please share all the configure files under the /etc/apt/sources.list.d/ with us.
Thanks.
Hello, and sorry for the delay! You can find that exact information in the link I sent earlier, the documentation for setting up your Orin.
I followed NVIDIA’s instructions so mine are no different.
>> ls /etc/apt/sources.list.d/
>> nvidia-l4t-apt-source.list
>> cat /etc/apt/sources.list.d/nvidia-l4t-apt-source.list
# SPDX-FileCopyrightText: Copyright (c) 2019-2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
#
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
# property and proprietary rights in and to this material, related
# documentation and any modifications thereto. Any use, reproduction,
# disclosure or distribution of this material and related documentation
# without an express license agreement from NVIDIA CORPORATION or
# its affiliates is strictly prohibited.
deb https://repo.download.nvidia.com/jetson/common r34.1 main
deb https://repo.download.nvidia.com/jetson/t234 r34.1 main
The OS version you used in the source list is r34.1.
Do you use JetPack 5.0.1 DP?
Since we already release GA software for Orin, could you upgrade your environment to JetPack 5.0.2?
Then give nvcr.io/nvidia/r8.4.1-runtime or nvcr.io/nvidia/r8.4.1.5-devel a try.
W: Failed to fetch http://cuda-internal.nvidia.com/release-candidates/kitpicks/cuda-r11-4-tegra/11.4.14/011/repos/l4t/arm64/InRelease
Could not resolve 'cuda-internal.nvidia.com'
I see a lot of other people are running into this, but there is not a solution posted, the threads are just closed. The nvcr.io/nvidia/l4t-cuda:11.4.14-runtime and nvcr.io/nvidia/l4t-cuda:10.2.460-runtimeare different in more than just version, for example nvcc isn’t installed with the 11.4 runtime and it is with the 10.2. Is there a different container I should have migrated to when upgrading from JetPack 4.6 to JetPack 5.0.x?
There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
Hi,
Did you remove the files under the /etc/apt/sources.list.d/?
Thanks.
I have also encountered this error. I started a Dockerfile file with
FROM nvcr.io/nvidia/l4t-cuda:10.2.460-runtime
SHELL ["/bin/bash", "-c"]
And the apt sources aren’t available.
W: Failed to fetch http://cuda-internal.nvidia.com/release-candidates/kitpicks/cuda-r10-2-tegra/10.2.460/006/repos/ubuntu1804/arm64/InRelease Could not resolve 'cuda-internal.nvidia.com'
Which of the processes above is decided as the correct methodology? I am running this Dockerfile on a Jetson Orin (in case that matters).