diff --git a/containers/Containerfile b/containers/Containerfile index e02f1e564..41001e9c2 100644 --- a/containers/Containerfile +++ b/containers/Containerfile @@ -85,6 +85,7 @@ RUN set -eux; \ UV_EXTRA_INDEX_URL="$UV_EXTRA_INDEX_URL" UV_INDEX_STRATEGY="$UV_INDEX_STRATEGY" \ uv pip install --no-cache-dir -e "$LLAMA_STACK_DIR"; \ else \ + unset UV_EXTRA_INDEX_URL UV_INDEX_STRATEGY; \ uv pip install --no-cache-dir -e "$LLAMA_STACK_DIR"; \ fi; \ elif [ "$INSTALL_MODE" = "test-pypi" ]; then \