Replies: 1 comment 4 replies
-
This is possible. No need for additional GPU. I see you found the command to test if Intel GPU pass through is working in the code. Good job. Too bad it doesn't work according to your logging. I don't know why and you can't easily test if Intel GPU works on the host... Does your CPU actually have a GPU built in? Some CPUs are without integrated graphics (F and KF versions). |
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
-
Just a quick query, can an inbuilt Intel gpu be passed through to a jail and then to docker in the jail?
Or do I need a seperate gpu to pass through a gpu.
I've got gpu_passthrough_intel=1 in the config file, but when I test in the jail it tells me no device is available.
Below is the result of the test in the jail.
Is there something I'm missing to enable it or will I need a second gpu in the machine to pass through?
Beta Was this translation helpful? Give feedback.
All reactions