Why podman needs to run as root ? #252
-
Hi guys, First of all, a big thanks! I can't believe I'm currently running PyTorch with my radeon 760m igpu!! Awesome! I just wanted to know why it is needed to run the container as superuser ? I tried to run it unprivileged Is there a way to avoid running as root ? |
Beta Was this translation helpful? Give feedback.
Answered by
chboishabba
Jun 3, 2025
Replies: 1 comment 14 replies
-
@trya2l hi mate, i'm not dev here but presumably because you're needing to hardware passthrough the GPU? the way to avoid requiring root is presumably to build... |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're using the builder, it is not an AMD project. There is likely some way to do it, but you likely need root to build, which is the core purpose of this project. At a guess, 760m is similar era to my card, which is RX580. I have been 'helping' with this project: https://github.com/robertrosenbusch/gfx803_rocm/ which I believe has benefited from the SDK project, among others. If the case is as I said, these cards are not usually supported for GPGPU, and rr's project, and the SDK aim to restore this. It seems to have been helpful for some of the newer AMD cards as well. :)