mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 05:22:25 +00:00
Nutanix AI distribution
This commit is contained in:
parent
f2ac4e2a94
commit
cb82b1ee9e
10 changed files with 237 additions and 14 deletions
15
distributions/nutanix/compose.yaml
Normal file
15
distributions/nutanix/compose.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
llamastack:
|
||||
image: distribution-nutanix
|
||||
volumes:
|
||||
- ~/.llama:/root/.llama
|
||||
- ./run.yaml:/root/llamastack-run-nutanix.yaml
|
||||
ports:
|
||||
- "5000:5000"
|
||||
entrypoint: bash -c "python -m llama_stack.distribution.server.server --yaml_config /root/llamastack-run-nutanix.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