x
This commit is contained in:
+4
-2
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user