2024-03-07, 06:45 PM
(2024-03-07, 05:38 PM)kandykarter Wrote: Well, I think it's a GOOD thing that they exist. I don't have much experience with docker run, but in my docker compose I needed to mount /dev/dri as a device. I notice your 'docker run' uses the -v switch, which I'm guessing is setting it as a volume, so maybe that's your issue?
This all said I'm a bit of a docker beginner, so this is just a guess.
that was it! thank you for helping me think through this,
SOLUTION:
in my docker run i have -v for /dev/dridev/dri instead of --device /dev/dridev/dri.