mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 15:12:15 +00:00
try test docker
This commit is contained in:
parent
d140b73371
commit
ff55bacf95
3 changed files with 42 additions and 24 deletions
|
|
@ -1,11 +1,11 @@
|
|||
services:
|
||||
llamastack:
|
||||
image: llamastack/fireworks
|
||||
image: distribution-fireworks:test-0.0.63.dev51206766
|
||||
ports:
|
||||
- "8321:8321"
|
||||
environment:
|
||||
- FIREWORKS_API_KEY=${FIREWORKS_API_KEY}
|
||||
entrypoint: bash -c "llama stack run fireworks"
|
||||
entrypoint: bash -c "python -m llama_stack.distribution.server.server --template fireworks"
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
services:
|
||||
llamastack:
|
||||
image: llamastack/together
|
||||
image: distribution-together:test-0.0.63.dev51206766
|
||||
ports:
|
||||
- "8321:8321"
|
||||
environment:
|
||||
- TOGETHER_API_KEY=${TOGETHER_API_KEY}
|
||||
entrypoint: bash -c "llama stack run together"
|
||||
entrypoint: bash -c "python -m llama_stack.distribution.server.server --template together"
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue