How to install cuda in jetson orin NX -reComputer J4011

Hi all,
Recently, I flashed jetson orin NX -reComputer J4011 by following seeed studio website. In there, Cuda was not installed. So, I tried installing Cuda 11.8, 11.4 and 12.3. But none of these was not worked. (I used nvidia–smi and nvcc --version to check the cuda version) How can I install Cuda?

Thank you!

Maybe you can try this command to install cuda:

sudo apt install nvidia-jetpack -y