fix(docker-compose): update entrypoint and command for mineru-openai-server configuration (#176)

This commit is contained in:
Dallas98
2025-12-17 21:23:03 +08:00
committed by GitHub
parent 12ade8bc7b
commit 8113840ac7
2 changed files with 6 additions and 5 deletions

View File

@@ -102,11 +102,11 @@ services:
MINERU_DEVICE_MODE: npu # cpu|cuda|npu|mps
VLLM_WORKER_MULTIPROC_METHOD: spawn
privileged: true
entrypoint: mineru-openai-server
command:
- mineru-openai-server
- --engine vllm
- --host 0.0.0.0
- --port "8000"
--engine vllm
--host 0.0.0.0
--port 8000
volumes:
- dataset_volume:/dataset
- mineru_log_volume:/var/log/datamate/mineru