forked from phoenix-oss/llama-stack-mirror
Fix compose.yaml
This commit is contained in:
parent
e4f14eafe2
commit
e51107e019
1 changed files with 1 additions and 4 deletions
|
@ -5,9 +5,6 @@
|
||||||
#
|
#
|
||||||
# If you need "host" network mode, please uncomment
|
# If you need "host" network mode, please uncomment
|
||||||
# - network_mode: "host"
|
# - network_mode: "host"
|
||||||
# and comment the lines with port mapping
|
|
||||||
# - ports:
|
|
||||||
# - "5100:5100"
|
|
||||||
#
|
#
|
||||||
# Similarly change "host.docker.internal" to "localhost" in the run.yaml file
|
# Similarly change "host.docker.internal" to "localhost" in the run.yaml file
|
||||||
#
|
#
|
||||||
|
@ -69,7 +66,7 @@ services:
|
||||||
- vllm-0
|
- vllm-0
|
||||||
- vllm-1
|
- vllm-1
|
||||||
# image: llamastack/distribution-remote-vllm
|
# image: llamastack/distribution-remote-vllm
|
||||||
image: localhost/distribution-remote-vllm:test-0.0.52rc3
|
image: llamastack/distribution-remote-vllm:test-0.0.52rc3
|
||||||
volumes:
|
volumes:
|
||||||
- ~/.llama:/root/.llama
|
- ~/.llama:/root/.llama
|
||||||
- ~/local/llama-stack/distributions/remote-vllm/run.yaml:/root/llamastack-run-remote-vllm.yaml
|
- ~/local/llama-stack/distributions/remote-vllm/run.yaml:/root/llamastack-run-remote-vllm.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue