Docker install w/ hwaccel not working
I've been trying to get immich working on a fresh Ubuntu install for the better part of today and I can't get past this error. When I try attempt
docker compose up -d
it returns the error yaml: line 7: did not find expected key
.
It will launch if I use the bash script and don't try to activate hwaccel, but once I comment the lines out for the docker-compose I get errors.22 Replies
Do you have the hwaccel yaml file in the folder as well?
did you mange to solve it?
pretty sure this is the indentation issue
Hey Alex, I tried everything but cannot manage to make it work 😐
what did you try and what is the error message and can you share the content of the file?
I am using portainer https://pastebin.com/kYMhu3vu this is the compose file plus in the ui-administration I have enabled the nvidia transcoding
Pastebin
version: "3.8"networks: caddy_proxy_local: external: true na...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
and what is the errormessage are you seeing?
no error message, i just think it's not being used
these 2 ffmpeg are from frigate
Did you enable it in the settings?

indeed I did
Can you set
LOG_LEVEL=debug
in the .env file and restart the stack? then try upload a videowhat can I video u?
?
I mean upload a video to your instance so that it will kick off the encoding process
this is the log of microservices container

ah ok so I understood correctly I did that
and what indicate that the GPU wasn't used?
alright! it's working now

what about that error?
that error is unrelated to this issue. You will have to check if there is any issue with your machine-learning container
Ok encoding working like a charm!! thank you.
this is from ML container:
Thank you a lot Alex!!!