Skip to content

Commit

Permalink
docs: fixed uds bundle path on Quick Start page (Building the UDS Bun…
Browse files Browse the repository at this point in the history
…dle) (#962)
  • Loading branch information
binbashburns authored Aug 28, 2024
1 parent 1a80646 commit 667c101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/en/docs/local-deploy-guide/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ If you already have a pre-built UDS bundle, please skip to [Deploying the UDS Bu

```bash
# For CPU-only
cd bundles/latest/cpu/
cd uds-bundles/latest/cpu/
uds create .
UDS_ARCH=amd64 uds deploy uds-bundle-leapfrogai-*.tar.zst --confirm
# For compatible AMD64, NVIDIA CUDA-capable GPU machines
cd bundles/latest/gpu/
cd uds-bundles/latest/gpu/
uds create .
UDS_ARCH=amd64 uds deploy uds-bundle-leapfrogai-*.tar.zst --confirm
```
Expand Down

0 comments on commit 667c101

Please sign in to comment.