Install CUDA 11.4 for Jetson Orin

Hi,

CUDA can be installed with apt directly.

$ sudo apt-get update
$ sudo apt-get install cuda

Thanks.