mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
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. |
||
|---|---|---|
| .. | ||
| Containerfile | ||