weltenwort / frigate-synology-dsm7

Dockerfile and docker-compose file to enable google coral USB accelerators in containers on Synology DSM 7
MIT License
119 stars 18 forks source link

Do you also need to install the edge TPU runtime #52

Closed Chen2022 closed 2 years ago

Chen2022 commented 2 years ago

First of all, thank you very much. Your tool is great. Install your frigate-syntax-dsm7, and then Google core USB just needs to plug into synology to work normally? Don't I need to install the edge TPU runtime on the official website?

weltenwort commented 2 years ago

Hi @Chen2022, the runtime is contained inside of the frigate container, so no additional drivers should be required. That's also the reason why we have to expose the whole usb device tree to the container.

Chen2022 commented 2 years ago

I see. Thank you