llama-stack-mirror/containers
Ashwin Bharambe a51a4317b3 fix: scope UV env vars to llama-stack install only
The previous change set UV_EXTRA_INDEX_URL and UV_INDEX_STRATEGY as
persistent ENV vars, which affected all subsequent uv commands including
distribution dependency installation. This caused conflicts when deps
have their own --extra-index-url (like PyTorch packages).

Now these env vars are only used inline for the llama-stack installation
step in editable mode, keeping distribution deps unaffected.
2025-10-31 10:05:39 -07:00
..
Containerfile fix: scope UV env vars to llama-stack install only 2025-10-31 10:05:39 -07:00