I use jetson orin nano super 8GB, jetpack 6.2.1 L4T 36.4.7
I try to install nvidia-container followed by SSD + Docker Setup | Jetson AI Lab
(following link should change :\\ → ://, because this website don’t let me add too much url)
then this shows: “““
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nvidia-container : Depends: nvidia-container-toolkit-base (= 1.16.2-1) but 1.18.2-1 is to be installed
Depends: libnvidia-container-tools (= 1.16.2-1) but 1.18.2-1 is to be installed
Depends: nvidia-container-toolkit (= 1.16.2-1) but 1.18.2-1 is to be installed
Depends: libnvidia-container1 (= 1.16.2-1) but 1.18.2-1 is to be installed
E: Unable to correct problems, you have held broken packages.
“““
in /etc/apt/sources.list.d/ there’s two repos related:
/cuda-ubuntu2204-arm64.list: “““
deb [signed-by=/usr/share/keyrings/cuda-archive-keyring.gpg] https:\\developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/arm64/ /
“““
/nvidia-l4t-apt-source.list: “““
SPDX-FileCopyrightText: Copyright (c) 2019-2024 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 r36.4 main
deb https://repo.download.nvidia.com/jetson/t234 r36.4 main
deb https://repo.download.nvidia.com/jetson/ffmpeg r36.4 main
“““
I found latest nvidia-container is 1.16.2-1 in http:\\repo.download.nvidia.com/jetson/common
but libnvidia-container1_1.18.2-1_arm64.deb in https:\\developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/arm64/
should i try to install from cuda/repos/ubuntu2204? or rollback to 1.16.2-1?
looking for help, thx.