mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 23:58:40 +00:00
init: docker build for ssambanova
This commit is contained in:
parent
839f4a4779
commit
a82eb97bdf
3 changed files with 88 additions and 0 deletions
16
distributions/ssambanova/compose.yaml
Normal file
16
distributions/ssambanova/compose.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
llamastack:
|
||||
image: llamastack/distribution-ssambanova
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- ~/.llama:/root/.llama
|
||||
- ./run.yaml:/root/llamastack-run-ssambanova.yaml
|
||||
ports:
|
||||
- "5000:5000"
|
||||
entrypoint: bash -c "python -m llama_stack.distribution.server.server --yaml_config /root/llamastack-run-ssambanova.yaml"
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
delay: 3s
|
||||
max_attempts: 5
|
||||
window: 60s
|
||||
Loading…
Add table
Add a link
Reference in a new issue