• @sugar_in_your_tea
    link
    English
    27 months ago

    That take depends on what you need from Ubuntu 18.04. I’m not to familiar with how robotics stuff works, but perhaps a docker image would work? That way you can keep whatever libraries you need, and run it on whatever base OS you need. That said, I don’t know how much of CUDA or whatever is in the driver vs the userland library, so I’m not sure if it would work.

    As for distro, it doesn’t matter as long as it’s relatively decent. I recommend Linux Mint Debian edition, but I personally use OpenSUSE Tumbleweed.

    I saw a question below about Tumbleweed, and you may want to look into OBS, which is OpenSUSE’s way of building whatever libraries you need in a repo. So you’d basically find or build a recipe for your version of CUDA and install that alongside whatever else is in the system (assuming the Docker option doesn’t work). If you’re using a relatively popular stack, chances are someone has already gotten it working.