This commit is contained in:
2026-03-29 16:32:55 +08:00
parent 56a5c2e4c0
commit 5c6c59a362
+4 -2
View File
@@ -5,7 +5,8 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
image: rocm-vllm-inference:latest image: rocm-vllm-inference:latest
container_name: rocm-vllm-inference container_name: rocm-vllm-inference
command: ["python", "-m", "app.start_api"] entrypoint: ["python"]
command: ["-m", "app.start_api"]
ports: ports:
- "8002:8002" - "8002:8002"
volumes: volumes:
@@ -29,7 +30,8 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
image: rocm-vllm-inference:latest image: rocm-vllm-inference:latest
container_name: rocm-vllm-openai container_name: rocm-vllm-openai
command: ["python", "-m", "app.start_openai"] entrypoint: ["python"]
command: ["-m", "app.start_openai"]
ports: ports:
- "8001:8001" - "8001:8001"
volumes: volumes: