2025-05-15, 10:39 AM
I believe I followed all the steps for Intel GPU on Linux with virtualization
I found what the issue was
My changes to the docker compose file were not used, because I was recreating the container from Portainer without previously updating the stack, it seems that the changes to the compose file are only taken into account after updating the stack.
Because of that, the "add_group" option in my compose file was not used, I saw this when I used the "id" command in the container console and the render group was not present.
Everything is working great now, thank you for your help
I found what the issue was
My changes to the docker compose file were not used, because I was recreating the container from Portainer without previously updating the stack, it seems that the changes to the compose file are only taken into account after updating the stack.
Because of that, the "add_group" option in my compose file was not used, I saw this when I used the "id" command in the container console and the render group was not present.
Everything is working great now, thank you for your help