Dependencies: Bring-your-own shared libraries.

This commit is contained in:
Zhengyi Chen 2025-01-25 23:55:50 +08:00
parent 29d061c89d
commit 38d635092b

View file

@ -9,6 +9,7 @@ services:
volumes:
- ./rkllm_server/:/rkllm_server/ # bring-your-own server
- ./model/:/rkllm_server/model/:ro
- /lib/:/lib/:ro
ports:
- "8080:8080"
command: >