forked from phoenix-oss/llama-stack-mirror
15 lines
432 B
YAML
15 lines
432 B
YAML
services:
|
|
llamastack:
|
|
image: distribution-bedrock
|
|
volumes:
|
|
- ~/.llama:/root/.llama
|
|
- ./run.yaml:/root/llamastack-run-bedrock.yaml
|
|
ports:
|
|
- "8321:8321"
|
|
entrypoint: bash -c "python -m llama_stack.distribution.server.server --yaml_config /root/llamastack-run-bedrock.yaml"
|
|
deploy:
|
|
restart_policy:
|
|
condition: on-failure
|
|
delay: 3s
|
|
max_attempts: 5
|
|
window: 60s
|