I love the install of 18.04 and I also work with blender3d a great deal. I need the CUDA toolkit in order to render with my GPU instead of my CPU.
I have read that it's critical that I get the right toolkit or could have some pretty bad issues. Just want to confirm that it is available for Ubuntu 18.04.
Also, where to get it and confirm its the right one?
Thank you
It looks as though the
CUDA 9.1
is actually in the official 18.04 repositories now. Run the following from a terminal window:After it is installed run
nvcc -V
to confirm. You should see something similar to this:The toolkit also installs the necessary drivers and support for
OpenCL
. Just installclinfo
and run it to see:Then you should get something similar to the following:
To install the NVIDIA graphics drivers in 18.04LTS, follow the steps below:
In a terminal window, type in:
Then run the update:
Then install the graphics driver:
After a reboot, you can run
nvidia-smi
to see if it is installed:Hope this helps!
I managed to install CUDA on my laptop but was stuck as you are until I ran into the gcc-6 issue. So, to summarize: