llama-stack-mirror/docs/docs
Roy Belio 68d39bb2a7 fix: remove distribution-specific logic from Containerfile
The Containerfile should be generic and not contain conditionals tied to
specific distributions. Instead, users specify which config to use via
command-line arguments.

Changes:
- Removed ENABLE_POSTGRES_STORE conditional from entrypoint
- Updated docs to show proper usage: passing config as argument
  Example: llama stack run starter::run-with-postgres-store.yaml
- Maintains generic, reusable container entrypoint

This follows the principle of separation of concerns - the container
provides the runtime, while the user specifies the configuration.
2025-11-05 19:10:58 +02:00
..
advanced_apis chore: update doc (#3857) 2025-10-20 10:33:21 -07:00
building_applications chore: update docs for telemetry api removal (#3900) 2025-10-24 13:57:28 -07:00
concepts chore!: remove SDG API (#4035) 2025-11-03 16:12:06 -08:00
contributing feat: Add static file import system for docs (#3882) 2025-10-24 14:01:33 -04:00
deploying chore: use uvicorn to start llama stack server everywhere (#3625) 2025-10-06 14:27:40 +02:00
distributions fix: remove distribution-specific logic from Containerfile 2025-11-05 19:10:58 +02:00
getting_started fix: update tests for OpenAI-style models endpoint (#4053) 2025-11-03 17:30:08 -08:00
providers feat: Add rerank API for NVIDIA Inference Provider (#3329) 2025-10-30 21:42:09 -07:00
references chore: update docs for telemetry api removal (#3900) 2025-10-24 13:57:28 -07:00
api-overview.md docs: api separation (#3630) 2025-10-01 10:13:31 -07:00
index.mdx chore: update docs for telemetry api removal (#3900) 2025-10-24 13:57:28 -07:00