I'm trying to install cuda6.5 using the .run file on an amazon aws gpu instance. I'm getting this error. I'm not sure what the kernel source path is. I did install it with apt-get install linux-source and apt-get source linux-image-$(uname -r)
Does anyone know how to fix this issue? I tried --kernel-source-path=/usr/src/linux-source-3.13.0
but it didn't work even though the sources are there.
The driver installation is unable to locate the kernel source. Please make sure that the kernel source packages are installed and set up correctly.
If you know that the kernel source packages are installed and set up correctly, you may pass the location of the kernel source with the '--kernel-source-path' flag.