fix: stack build

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-06-20 15:14:12 -07:00
parent d3b60507d7
commit 7fcfcbfd76

View file

@ -408,10 +408,10 @@ def _run_stack_build_command_from_build_config(
shutil.copy(path, run_config_file) shutil.copy(path, run_config_file)
cprint("Build Successful!", color="green", file=sys.stderr) cprint("Build Successful!", color="green", file=sys.stderr)
cprint(f"You can find the newly-built template here: {template_path}", color="light_blue", file=sys.stderr) cprint(f"You can find the newly-built template here: {template_path}", color="blue", file=sys.stderr)
cprint( cprint(
"You can run the new Llama Stack distro via: " "You can run the new Llama Stack distro via: "
+ colored(f"llama stack run {template_path} --image-type {build_config.image_type}", "light_blue"), + colored(f"llama stack run {template_path} --image-type {build_config.image_type}", "blue"),
color="green", color="green",
file=sys.stderr, file=sys.stderr,
) )