update logs

This commit is contained in:
2026-02-25 10:06:41 -05:00
parent c187c3398f
commit aa74ef0a36
3 changed files with 56 additions and 3 deletions

View File

@@ -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