This commit is contained in:
2026-03-29 05:31:19 +08:00
parent 4db5de796a
commit 645358862a
10 changed files with 134 additions and 106 deletions
+1 -6
View File
@@ -5,10 +5,9 @@ services:
dockerfile: Dockerfile
image: rocm-vllm-inference:latest
container_name: rocm-vllm-inference
command: ["python", "-m", "app.start_api"]
ports:
- "8000:8000"
env_file:
- .env
volumes:
- /opt/model:/opt/model:ro
- d:/project/rocm_vllm_nightly/rocm_vllm_nightly/config.json:/workspace/config.json:ro
@@ -34,10 +33,6 @@ services:
command: ["python", "-m", "app.start_openai"]
ports:
- "8001:8001"
env_file:
- .env
environment:
OPENAI_PORT: 8001
volumes:
- /opt/model:/opt/model:ro
- d:/project/rocm_vllm_nightly/rocm_vllm_nightly/config.json:/workspace/config.json:ro