This commit is contained in:
2026-03-29 05:47:30 +08:00
parent dd5afbe6d0
commit 23909c205e
5 changed files with 46 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ services:
container_name: rocm-vllm-inference
command: ["python", "-m", "app.start_api"]
ports:
- "8000:8000"
- "8002:8002"
volumes:
- /opt/model:/opt/model:ro
- ./config.json:/workspace/config.json:ro