remove network host

This commit is contained in:
Xi Yan 2024-11-08 14:55:04 -08:00
parent 8cd7e406c0
commit 4f367cbf6b
5 changed files with 65 additions and 6 deletions

View file

@ -0,0 +1,15 @@
services:
llamastack:
image: llamastack/distribution-together
volumes:
- ~/.llama:/root/.llama
- ./run.yaml:/root/llamastack-run-together.yaml
ports:
- "5000:5000"
entrypoint: bash -c "python -m llama_stack.distribution.server.server --yaml_config /root/llamastack-run-together.yaml"
deploy:
restart_policy:
condition: on-failure
delay: 3s
max_attempts: 5
window: 60s