mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 11:10:00 +00:00
14 lines
399 B
YAML
14 lines
399 B
YAML
services:
|
|
llamastack:
|
|
image: distribution-fireworks:test-0.0.63.dev51206766
|
|
ports:
|
|
- "8321:8321"
|
|
environment:
|
|
- FIREWORKS_API_KEY=${FIREWORKS_API_KEY}
|
|
entrypoint: bash -c "python -m llama_stack.distribution.server.server --template fireworks"
|
|
deploy:
|
|
restart_policy:
|
|
condition: on-failure
|
|
delay: 3s
|
|
max_attempts: 5
|
|
window: 60s
|