Cuda 10.0 installation on ubuntu 18.04

I have a problem installing cuda 10.0 on jetson nano ubuntu 18.04.
I tried installation Instructions in this page https://developer.nvidia.com/cuda-10.0-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=deblocal

but I got the error massage
nano@nano-desktop:~/Downloads$ sudo dpkg -i cuda-repo-ubuntu1804-10-0-local-10.0.130-410.48_1.0-1_amd64.deb
dpkg: error processing archive cuda-repo-ubuntu1804-10-0-local-10.0.130-410.48_1.0-1_amd64.deb (–install):
package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
cuda-repo-ubuntu1804-10-0-local-10.0.130-410.48_1.0-1_amd64.deb

help me. thanks.

Hi jonghyun4488,

Please install arm64 deb file on Nano.
Example: cuda-repo-l4t-10-2-local-10.2.89_1.0-1_arm64.deb

then, Do I have to divide partition on Jetson nano?

Hi jonghyun4488,

You can install deb file on you Nano directly.
sudo dpkg -i cuda-repo-l4t-10-2-local-10.2.89_1.0-1_ arm64.deb

I’ll try
Thanks!