I tried using apt-get install python3-libnvinfer*, but python3-libnvinfer 10.2.0.19-1+cuda12.5 is installed. But I want a specific version which is 8.6.2.3-1+cuda12.2 because my model is converted with this version. Can you guys help me please? Thank you very much.
This is an issue of docker on jetson,try the following steps.
1.start docker
sudo docker run --runtime nvidia --privileged -it --rm nvcr.io/nvidia/deepstream:7.0-triton-multiarch
2.edit the apt source list
vi /etc/apt/sources.list.d/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.3 main
deb https://repo.download.nvidia.com/jetson/t234 r36.3 main
deb https://repo.download.nvidia.com/jetson/ffmpeg r36.3 main