x
This commit is contained in:
+4
-2
@@ -5,7 +5,8 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
image: rocm-vllm-inference:latest
|
||||
container_name: rocm-vllm-inference
|
||||
command: ["python", "-m", "app.start_api"]
|
||||
entrypoint: ["python"]
|
||||
command: ["-m", "app.start_api"]
|
||||
ports:
|
||||
- "8002:8002"
|
||||
volumes:
|
||||
@@ -29,7 +30,8 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
image: rocm-vllm-inference:latest
|
||||
container_name: rocm-vllm-openai
|
||||
command: ["python", "-m", "app.start_openai"]
|
||||
entrypoint: ["python"]
|
||||
command: ["-m", "app.start_openai"]
|
||||
ports:
|
||||
- "8001:8001"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user