Windows
choco install cuda --version 10.1
Ubuntu 20.04
sudo apt install linux-headers-$(uname -r) curl -O https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600 sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /" sudo apt update sudo apt -y install cuda sudo reboot
cloud.google.com
https://cloud.google.com/compute/docs/gpus/install-drivers-gpu?hl=ko#ubuntu-driver-steps

Seonglae Cho