How do you containerize stuff you install from source in a way that you can completely remove later?
How do you containerize stuff you install from source in a way that you can completely remove later? - Lemmy.world
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.