I’m searching for a way to use the GPU from inside a docker container.
The container will execute arbitrary code so i don’t want to use the privileged mode.
Any tips?
From previous research i understood that run -v
and/or LXC cgroup
was the way to go but i’m not sure how to pull that off exactly