chore: remove build.py

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-20 16:18:33 -07:00
parent 8e3b309e5f
commit 03f2eac2b5
15 changed files with 9 additions and 1306 deletions

View file

@ -278,7 +278,7 @@ class AsyncLlamaStackAsLibraryClient(AsyncLlamaStackClient):
else:
prefix = "!" if in_notebook() else ""
cprint(
f"Please run:\n\n{prefix}llama stack build --distro {self.config_path_or_distro_name} --image-type venv\n\n",
f"Please run:\n\n{prefix}llama stack list-deps {self.config_path_or_distro_name} | xargs -L1 uv pip install\n\n",
"yellow",
file=sys.stderr,
)