
Given how long they’re viable for (obsolete GPUs in 2 years or less, high likelihood of needing significant retooling for the next gen) you can’t mothball them. Given how few exist in any way other than on paper there will be little to bulldoze.
On the plus side counties are scrambling to decouple their economies from the US and hopefully it’s just the trickle before the flood, so when the US economy tanks from the AI bubble pop it’ll have less effect on the rest of the world.








I run podman containers on my bazzite machines, basically you convert a docker-compose file to a .container file, here’s a bunch of examples, nextcloud is there, drop it in ~/.config/containers and run
systemctl daemon-reloadand it’s now a systemd unit that you start stop etc like any other. Updates are withpodman autoupdate.You can use podlet to convert docker-compose files (90% it works, otherwise it gets you 90% of the way there). It’s basically the fedora (/redhat) way to run containers.
I have no idea where you got it not being recommended (but adding to the main image sure is discouraged), and it’s certainly better than adding a vm for containers, which pretty much defeats the purpose of containers (to run using your main kernel, but contained).
I’ve been running my arr stack (with gluetun in a pod) etc this way for years now, very trouble free. Here’s a immich example.
It’s a bit of a learning curve, but it pays off.