Automating nsight-compute installation

Hi
Is there any way to install nsight-compute without any confirmation? I see the following options:

  --confirm             Ask before running embedded script
  --quiet               Do not print anything except error messages
  --noexec              Do not run embedded script
  --keep                Do not erase target directory after running
                        the embedded script
  --noprogress          Do not show the progress during the decompression
  --nox11               Do not spawn an xterm
  --nochown             Do not give the extracted files to the current user
  --target dir          Extract directly to a target directory
                        directory path can be either absolute or relative
  --tar arg1 [arg2 ...] Access the contents of the archive through the tar command
  --                    Following arguments will be passed to the embedded script

However, when I run ./nsight-compute-linux-2022.2.0.13-31140043.run --quiet it still asks me to confirm the license agreement. I want to automate that in a docker file. Any thoughts on that?

The documentation of the installer arguments is a known issue, you can refer to Release Notes :: Nsight Compute Documentation

To install NVIDIA Nsight Compute without any console output nor any user interaction,
please specify "--quiet -- -noprompt"

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