Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
jetson
• DeepStream Version
6.1
• JetPack Version (valid for Jetson only)
5.0.2
• Issue Type( questions, new requirements, bugs)
question
Hey !
ive been trying to install open cv on a deepstream docker , and ran into a problem.
first cmake couldn’t compile, so I ran ’ nvcc --version’
that command was not found either
turns out there is no path /usr/local/cuda/bin
there is /usr/local/cuda that contains:
root@ubuntu:/usr/local/cuda# ll
total 12
drwxr-xr-x 1 root root 4096 Mar 29 2022 ./
drwxr-xr-x 1 root root 4096 Mar 29 2022 …/
lrwxrwxrwx 1 root root 9 Mar 29 2022 cuda-11.4 → cuda-11.4
lrwxrwxrwx 1 root root 29 Nov 12 2021 include → targets/aarch64-linux/include/
lrwxrwxrwx 1 root root 25 Nov 15 2021 lib64 → targets/aarch64-linux/lib/
drwxr-xr-x 1 root root 4096 Mar 29 2022 targets/