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.

you are viewing a single comment's thread
view the rest of the comments
[+] 13 points 3 years ago* (last edited 2 months ago) (1 child)
  • [–] 4 points 3 years ago (1 child)

    NixOS containers could do what OP's asking for, but it'll be trickier with just nix (on other distro). It'll handle build dependencies and such, but you'll still need to keep your home or other directories clean some other way.

  • source
  • parent
  • hideshow 2 child comments
  • [+] 5 points 3 years ago* (last edited 2 months ago) (1 child)
  • [–] 0 points 3 years ago (1 child)

    Any files created by programs running in the dev environments will remain.

  • source
  • parent
  • hideshow 2 child comments