Install GPU driver and CUDA on the ubuntu system

 1. Check your GPU driver version

https://www.nvidia.com/Download/index.aspx

ex: Driver 470 is suitable for my note PC (GS65 Stealth 9SE)



2. Open a new terminal

$ ubuntu-drivers devices

$ sudo apt install nvidia-driver-470

$ sudo apt install nvidia-cuda-toolkit (--fix-missing)

$ reboot


3. Check

$ nvidia-smi

$ nvcc -V



留言

這個網誌中的熱門文章

Tuing PID parameters in QGroundcontrol (2)

Useful PX4 Parameters

Burn linux image to eMMC storage on Banana Pi M3