NVIDIA acceleration: Unsupported config option for services.frigate: 'runtime' for #3342
-
|
I am trying to implement NVIDIA hardware acceleration using the instructions here: https://docs.frigate.video/configuration/nvdec However docker-compose is giving the error My config as is follows: Any idea what is wrong with the Additionally I am unclear how to include the environment variable Any help appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Maybe try just removing the runtime arg. In this case the Heres the compose section for the 0.11 beta which doesn't include the runtime arg and is easier to run, may be worth checking out: https://deploy-preview-2829--frigate-docs.netlify.app/configuration/hardware_acceleration#nvidia-gpu |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the advice, I ended up resolving the issues before coming back here. I resolved the issue with the I may have resolved the issue with the environment variable by adding a dash and changing the colon to an equals: I'm not 100% certain that works but it seems to run now. |
Beta Was this translation helpful? Give feedback.
Thanks for the advice, I ended up resolving the issues before coming back here.
I resolved the issue with the
runtimeby upgrading docker-compose to version 1.29.2 which is later than what is available in apt using these instructions: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04I may have resolved the issue with the environment variable by adding a dash and changing the colon to an equals:
I'm not 100% certain that works but it seems to run now.