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.

  • j4k3@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Thanks for the read. This is what I was thinking about trying but hadn’t quite fleshed out yet. It is right on the edge of where I’m at in my learning curve. Perfect timing, thanks.

    Do you have any advice when the packages are mostly python based instead of makefiles?

    • DryTomatoes@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      This method should work with any command that’s installing files on your disk but it’s probably not worth the headache when virtual environments exist for python.