2025-06-08, 12:01 AM
Not sure if this is the same issue I get from time to time, but every so often my container will "detach" the gpu thats passed to it. I'm using a nvidia card and using the nvidia container toolkit, and can confirm using nvidia-smi command from inside the container that the card is no longer detected. Perhaps there is also a way to check if your ryzen card is doing something similar. Not that this would solve your issue, but at least it would help diagnose the situation. I have to restart the container to get it to re-attatch, and have though about writing up a little healthcheck script to automate this, but its pretty infrequent and I'd like to avoid restarting the container when I'm in the middle of watching something that didn't require the gpu... just good for thought, and it may not even be the issue you're encountering.