mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 04:57:42 +03:00
Add sys volume mount for npu usages
This commit is contained in:
parent
b9c7b1caa6
commit
29425b679e
@ -165,6 +165,8 @@ devices:
|
|||||||
- /dev/dma_heap
|
- /dev/dma_heap
|
||||||
- /dev/rga
|
- /dev/rga
|
||||||
- /dev/mpp_service
|
- /dev/mpp_service
|
||||||
|
volumes:
|
||||||
|
- /sys/:/sys/:ro
|
||||||
```
|
```
|
||||||
|
|
||||||
or add these options to your `docker run` command:
|
or add these options to your `docker run` command:
|
||||||
@ -175,7 +177,8 @@ or add these options to your `docker run` command:
|
|||||||
--device /dev/dri \
|
--device /dev/dri \
|
||||||
--device /dev/dma_heap \
|
--device /dev/dma_heap \
|
||||||
--device /dev/rga \
|
--device /dev/rga \
|
||||||
--device /dev/mpp_service
|
--device /dev/mpp_service \
|
||||||
|
--volume /sys/:/sys/:ro
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Configuration
|
#### Configuration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user