Missing packages in latest 4.6.3 jetpack

Trying to update the base system to JetPack 4.6.3 and it seems we no longer have access to the following packages:

nvidia-container-csv-cuda
nvidia-container-csv-cudnn
nvidia-container-csv-tensorrt
nvidia-container-csv-visionworks

i’m asking because the following files are not installed on the host:

/etc/nvidia-container-runtime/host-files-for-container.d/cuda.csv
/etc/nvidia-container-runtime/host-files-for-container.d/cudnn.csv
/etc/nvidia-container-runtime/host-files-for-container.d/tensorrt.csv
/etc/nvidia-container-runtime/host-files-for-container.d/visionworks.csv

which causes some libraries (for example /usr/lib/aarch64-linux-gnu/libnvinfer.so.8 ) from deepstream to not be available inside the docker image.

what repo can we install these from ?

Hi,

We can find these files on our JetPack 4.6.3+TX2.
Could you double-check the setting again?

$ cat /etc/nv_tegra_release 
# R32 (release), REVISION: 7.3, GCID: 31982016, BOARD: t186ref, EABI: aarch64, DATE: Tue Nov 22 17:32:54 UTC 2022
$ ll /etc/nvidia-container-runtime/host-files-for-container.d/*
-rw-r--r-- 1 root root    26 May 24  2021 /etc/nvidia-container-runtime/host-files-for-container.d/cuda.csv
-rw-r--r-- 1 root root  4250 Jul 14  2021 /etc/nvidia-container-runtime/host-files-for-container.d/cudnn.csv
-rw-r--r-- 1 root root 12240 Nov 23 01:30 /etc/nvidia-container-runtime/host-files-for-container.d/l4t.csv
-rw-r--r-- 1 root root  1590 Oct  7 15:54 /etc/nvidia-container-runtime/host-files-for-container.d/tensorrt.csv
-rw-r--r-- 1 root root   325 Aug 11  2020 /etc/nvidia-container-runtime/host-files-for-container.d/visionworks.csv

Thanks.

I think it is an issue with our custom build image. Sorry for the distraction.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.