Issues running nvidia acceleration with 0.11 #3363
-
|
I am trying to use an nvidia gpu for hardware acceleration on the 0.11 build using these instructions. The first issue I am running into is that the instructions say to use the image So I changed it to Next the instructions say to add a "deploy" section: But the instructions show that section at the same indent level as "frigate" which caused errors, so I indented it one level in so that it is within/under the "frigate" config and that seems to work (not sure if that's correct tho). Finally I updated the ffmpeg config in Everything runs now, however when I go to "debug" in the ui it says I am still running on CPU: Any ideas of what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
These docs are written for the final release, it needs to be the beta image at this time (so we don't have to update the docs for every beta release) so you are correct in using
Should be good with the way you indented it, may need to update those docs
That is the |
Beta Was this translation helpful? Give feedback.


These docs are written for the final release, it needs to be the beta image at this time (so we don't have to update the docs for every beta release) so you are correct in using
blakeblackshear/frigate:0.11.0-beta4Should be good with the way you indented it, may need to update those docs
T…