Ubuntu 19.04 disco dingo

Hello is there any chance to install CUDA on Ubuntu 19.04 disco dingo?
current version of SDKManager doesn’t support this version.
Thanks for your feedback.

Try this:

  • add the ubuntu graphics ppa [url]https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa[/url]
  • install the driver from that (sudo apt install nvidia-driver-430)
  • download the cuda .deb for 18.10/04
  • add the repo to your system (first three steps from install instructions on download page)
  • don’t install cuda
  • instead, run sudo apt install cuda-toolkit-10-1

generix thanks it works for me with minor issues…