2025-06-08, 08:44 PM
(This post was last modified: 2025-06-08, 08:46 PM by testomat. Edited 3 times in total.)
That was a good tip, thanks. I got the solution now.
I have to add two devices in my docker container for passthrough
--device /dev/dri/renderD128
dev/dri/renderD128
--device /dev/dri/card0
dev/dri/card0
Then it works. It can be closed here.
I have to add two devices in my docker container for passthrough
--device /dev/dri/renderD128

--device /dev/dri/card0

Then it works. It can be closed here.