Load radeon driver instead of llvmpipe. #3966
Unanswered
GamePlayer-8
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Have you added allow rules to the device resources configuration? The devices cgroup restricts what operations are allowed on specific character and block devices, and the default setting will block GPU access. Docker does this automatically if you use |
Beta Was this translation helpful? Give feedback.
0 replies
-
how do I modify the device resources's configuration? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good evening,
I'm having an issue with properly loading a radeon driver & using it inside a
runc
container.The actual result is loading an
llvmpipe
which is not what I want.I've tried rbinding a
/dev/dri
directory along with/dev/pts
,/dev/shm
,/dev/mqueue
etc directories but no luck.I've also tried using capabilities, listed below:
although it doesn't worked.
What should I do to make radeon card detected and used by the container?
(a side note:
radeon-profile
software can read/dev/dri/card0
properly inside a container, the graphics card works totally fine on the host).Beta Was this translation helpful? Give feedback.
All reactions