How can i enable hardware acceleration?
I have setupped immich stack using portainer, and it worked well. But i have to setup hardware acceleration, how can i setup it?
18 Replies
What GPU do you have
I dont have any external gpu, i will use intel quicksync for that
Shouldn't be that hard then. Just add this to the "machine-learning" container in your docker compose file
should look something like this

is this correct?
looks like it
How do i check its working?
You have to add it to the microservice container not the machine-learning
So should i remove from machine-learning and add it to microservice?
Yes
https://cdn.inf3rno.tech/jt5k is this correct now?
Yes !
Okay!
it would be better to keep it in hwaccel.yml and uncomment the
extends
sectionYou know a way to do that in portainer?
sorry I don't even know what portainer is. I only use docker/docker-compose
I don't think you can unless you maybe manually go into the portainer config folder and add it yourself but just adding it through the main docker compose file would be easier
It's just a way to manage docker containers through a web UI
I mainly use it since I use my phone most of the time.