I’m doing a bunch of AI stuff that needs compiling to try various unrelated apps. I’m making a mess of config files and extras. I’ve been using distrobox and conda. How could I do this better? Chroot? Different user logins for extra home directories? Groups? Most of the packages need access to CUDA and localhost. I would like to keep them out of my main home directory.

  • Reborn2966
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    it it does not need a gui, use docker and log in into it. do the stuff and when you are done, docker rm and everything disappear.

    you can enable cuda inside the container, follow the docs for that.

    bonus point, vs code can open itself inside a container.