Hi all.
In my deepstream container(nvcr.io/nvidia/deepstream:5.1-21.02-samples), I have cuda-11-1
I added the cuda path to $PATH and $LD_LIBRARY_PATH variables. but the nvcc command is not found.
I want to install pycuda, since it doesn’t have nvcc (cuda compiler driver) it failed to install the pycuda.
What can I do?
when I cd to this path
bash: cd: /usr/local/cuda/bin/: No such file or directory
or this:
bash: cd: /usr/local/cuda-11-1/bin/: No such file or directory