no build file in linux headers
sudo apt-get install -y linux-headers-`uname -r`
Here is what the above code is Doing:
1. Install the kernel headers for the current kernel version.
2. Download the NVIDIA driver from the NVIDIA website.
3. Extract the driver.
4. Install the driver.
5. Reboot the system.