llama-stack/docs/source
Charlie Doern 025f615868
feat: add support for running in a venv (#1018)
# What does this PR do?

add --image-type to `llama stack run`. Which takes conda, container or
venv also add start_venv.sh which start the stack using a venv

resolves #1007

## Test Plan

running locally:

`llama stack build --template ollama --image-type venv`
`llama stack run --image-type venv
~/.llama/distributions/ollama/ollama-run.yaml`
...
```
llama stack run --image-type venv ~/.llama/distributions/ollama/ollama-run.yaml
Using run configuration: /Users/charliedoern/.llama/distributions/ollama/ollama-run.yaml
+ python -m llama_stack.distribution.server.server --yaml-config /Users/charliedoern/.llama/distributions/ollama/ollama-run.yaml --port 8321
Using config file: /Users/charliedoern/.llama/distributions/ollama/ollama-run.yaml
Run configuration:
apis:
- agents
- datasetio
...
```

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-02-12 11:13:04 -05:00
..
building_applications docs: update rag.md example code to prevent errors (#1009) 2025-02-10 09:25:30 -05:00
concepts Several documentation fixes and fix link to API reference 2025-02-04 14:00:43 -08:00
contributing fix: broken "core concepts" link in docs website (#940) 2025-02-03 13:46:34 -08:00
distributions feat: add support for running in a venv (#1018) 2025-02-12 11:13:04 -05:00
getting_started fix: Update rag examples to use fresh faiss index every time (#998) 2025-02-06 16:12:29 -08:00
introduction Update index.md (#888) 2025-01-28 04:55:41 -08:00
playground update playground doc video 2024-12-26 14:50:19 -08:00
references Several documentation fixes and fix link to API reference 2025-02-04 14:00:43 -08:00
conf.py Several documentation fixes and fix link to API reference 2025-02-04 14:00:43 -08:00
index.md docs: update index.md for 0.1.2 (#1013) 2025-02-07 15:36:20 -08:00