You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you follow the steps outlined on the Building the UDS Bundle section of the LeapfrogAI docs, it results in an error message. This is because the cd command in the second line points to bundles/latest/cpu/ instead of uds-bundles/latest/cpu/.
Expected result
cd uds-bundles/latest/cpu/
uds create .
UDS_ARCH=arm64 uds deploy uds-bundle-leapfrogai-*.tar.zst --confirm
NOTE Using config file
/Users/matt.burns/Documents/products/leapfrogai/uds-bundles/latest/cpu/uds-config.yaml
NOTE Saving log file to
/var/folders/pw/yyg011x91418l3bqktcb2z8h0000gp/T/zarf-2024-08-28-14-49-01-2469649628.log
NOTE Saving log file to
/var/folders/pw/yyg011x91418l3bqktcb2z8h0000gp/T/uds-2024-08-28-14-49-01-3643225866.log
... (build continues)
Actual Result
cd bundles/latest/cpu/
uds create .
UDS_ARCH=arm64 uds deploy uds-bundle-leapfrogai-*.tar.zst --confirm
cd: no such file or directory: bundles/latest/cpu/
NOTE Saving log file to
/var/folders/pw/yyg011x91418l3bqktcb2z8h0000gp/T/zarf-2024-08-28-14-48-35-989807699.log
NOTE Saving log file to
/var/folders/pw/yyg011x91418l3bqktcb2z8h0000gp/T/uds-2024-08-28-14-48-35-2537689731.log
ERROR: neither uds-bundle.yaml or uds-bundle.yml found
zsh: no matches found: uds-bundle-leapfrogai-*.tar.zst
Visual Proof (screenshots, videos, text, etc)
Broken Command:
Fixed Command:
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
cd
command in the second line points tobundles/latest/cpu/
instead ofuds-bundles/latest/cpu/
.Expected result
Actual Result
Visual Proof (screenshots, videos, text, etc)
Broken Command:
Fixed Command:
The text was updated successfully, but these errors were encountered: