update distributions/readmes

This commit is contained in:
Xi Yan 2024-10-28 15:10:40 -07:00
parent 7b8748c53e
commit 985ff4d6ce
5 changed files with 102 additions and 8 deletions

View file

@ -4,11 +4,9 @@ services:
network_mode: "host"
volumes:
- ~/.llama:/root/.llama
# Link to ollama run.yaml file
- ./run.yaml:/root/llamastack-run-fireworks.yaml
ports:
- "5000:5000"
# Hack: wait for ollama server to start before starting docker
entrypoint: bash -c "python -m llama_stack.distribution.server.server --yaml_config /root/llamastack-run-fireworks.yaml"
deploy:
restart_policy: