Jetson TX2 CUDA install error

Hi,
I am installing Jetpack 4.3 through sdkmanager.
An error occurs during CUDA installation after the flash is complete.
The same applies if i install a different version.
What action is needed?

Error Log:

Hi,

Would you mind to manually run the following command to see why it fails for us?

Host

$ scp /home/jun/Downloads/nvidia/sdkm_downloads/cuda-repo-l4t-10-0-local-10.0.326_1.0-1_arm64.deb [account]@[IP]:/opt/nvidia/deb_repos/

Device

$ sudo dpkg -i /opt/nvidia/deb_repos/cuda-repo-l4t-10-0-local-10.0.326_1.0-1_arm64.deb
$ sudo apt-get -y  install cuda-toolkit-10-0

Thanks.