-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Used windows PC with Nvidia card and Frigate (docker)- how I can make it Frigate work and used Nvidia card? #1847
Comments
It would be nice if there was a step by step guide for this.. I've been trying to get this to work on my system for a week. The document listed above seems to be missing some information. We have to remember not everyone is a Linux guru. |
yeah, your right. |
There is a shortcut to force home assistant to use amd64nvidia ffmpeg once you have met all prerequisites for passing gpu into container. Install the normal amd64 frigate add-on through home assistant. If you go to /config/addons/local you should find subdirectories one is frigate on mobile now, but have a look. Find the Dockerfile and edit it, replace ${ARCH} with amd64nvidia. Uninstall frigate in home assistant, then recheck Dockerfile has not change again, reinstall frigate and home assistant should pull the correct image. I have just done this upgrading to 0.9.0 beta and it worked great. At some points home assistant overwrites Dockerfile with default one, so dont do auto upgrades, repeat the above when you want to upgrade. |
Here are the exact steps I took to get nvidia decoding working on amd64 debian buster: Install Debian Buster - enable non-free, contrib, backports during install Install Nvidia driver (maybe not necessary since CUDA installs nvidia driver) Install CUDA Install Docker Install CUDA Docker support Install Frigate Check ffmpeg cpu use browse to |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@spattinson I have question about the Nvidia docker, the Nvidia Cuda docker must to install? I ask it because I'm install Ubuntu 20.04 on the laptop (it's the host) and I can see Nvidia driver already installed automatically So I'm wonder in my situation the Cuda docker must to have? |
@spattinson Do you have any |
Has the NVDEC been added to the aarch distro yet for use on the Jetson Nano? The docks just still say it may be in the future and references this closed ticket |
I'm interested too compatibility with Jetson Nano... I tryed a lot of workarrounds without success |
Is it please possible to update tag for nvidia on dockerhub to update to 11.1 please? |
Please read the docs and the release notes, there is no longer an nvidia specific tag as everything is built into the |
Hi
So I used a PC with Nvidia card and I want to use this PC for Frigate under docker
I already saw this option -
blakeblackshear/frigate:stable-amd64nvidia
But How I run it after the pull? with docker-compose ? how I can be sure the Frigate used the Nvidia card?
The text was updated successfully, but these errors were encountered: