Hi all, I didn’t install the CUDA while flashing AGX Xavier, after flash process I installed it using:
$ sudo apt-get update
$ sudo apt-get install nvidia-cuda
It installed CUDA 11.4 but nvcc --version is not working also print(torch.cuda.is_available()) returns false. Can you help me to solve the problem?