update logs
This commit is contained in:
@@ -35,6 +35,12 @@ services:
|
||||
- rkllm-root:/opt/rkllm-root:ro
|
||||
devices:
|
||||
- /dev/dri:/dev/dri
|
||||
- /dev/mali0:/dev/mali0
|
||||
- /dev/dma_heap:/dev/dma_heap
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
security_opt:
|
||||
- seccomp=unconfined
|
||||
healthcheck:
|
||||
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://127.0.0.1:9000/health')"]
|
||||
interval: 20s
|
||||
|
||||
Reference in New Issue
Block a user