Cant find the nsight system cli directory

hi,
I want to use nsys tool in the nvidia/l4t-jetpack docker container on Jetson Orin (ubuntu 20.04).
But there is no nsys in it.
then i found a solution here: https://forums.developer.nvidia.com/t/nsight-systems-profiling-in-l4t-container/191072
But again i got a problem:


NO nsight-systems-cli directory on my Jetson Orin machine, although i indeed have the nsys-cli executable:

Why and how to solve it? Or there is any other better way to run nsys in container?

Hi,

Nsight system is expected to be install manually if required.
Please run below within the container:

$ apt update
$ apt install nsight-systems

Thanks.

I got an error here:

(base) smc@smc-orin-1:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dctrl-tools dkms libnvidia-cfg1-535 libnvidia-common-535 libnvidia-decode-535 libnvidia-encode-535
  libnvidia-fbc1-535 linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic linux-headers-generic
  nvidia-firmware-535-535.129.03 nvidia-kernel-source-535 nvidia-prime nvidia-settings python3-xkit
  screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libnvidia-compute-535
The following NEW packages will be installed:
  libnvidia-compute-535
0 upgraded, 1 newly installed, 0 to remove and 219 not upgraded.
160 not fully installed or removed.
Need to get 0 B/34.2 MB of archives.
After this operation, 168 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 202933 files and directories currently installed.)
Preparing to unpack .../libnvidia-compute-535_535.129.03-0ubuntu0.20.04.1_arm64.deb ...
Unpacking libnvidia-compute-535:arm64 (535.129.03-0ubuntu0.20.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/libnvidia-compute-535_535.129.03-0ubuntu0.20.04.1_arm64.deb (--unpack):
 trying to overwrite '/usr/lib/aarch64-linux-gnu/libcuda.so', which is also in package nvidia-l4t-cuda 35.1.0-20220825113828
Errors were encountered while processing:
 /var/cache/apt/archives/libnvidia-compute-535_535.129.03-0ubuntu0.20.04.1_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

do u know how to fix that?

this post’s method not work:

https://forums.developer.nvidia.com/t/ubuntu-and-nvidia-provided-packages-conflict-breaking-installation/259150

Hi,

Do you use the nvidia/l4t-jetpack container?
We tested the installation with it and doesn’t have the driver-535 issue.

Thanks.

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