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