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

@ -20,7 +20,7 @@ This provider enables dataset management using NVIDIA's NeMo Customizer service.
Build the NVIDIA environment:
```bash
llama stack build --distro nvidia --image-type venv
uv run llama stack list-deps nvidia | xargs -L1 uv pip install
```
### Basic Usage using the LlamaStack Python Client