configure msg

This commit is contained in:
Xi Yan 2024-09-30 14:23:35 -07:00
parent 8c2ba15703
commit 16ad2de97b

View file

@ -167,8 +167,7 @@ class StackConfigure(Subcommand):
color="blue", color="blue",
) )
if build_config.image_type == "conda": cprint(
cprint( f"You can now run `llama stack run {image_name} --port PORT`",
f"You can now run `llama stack run {image_name} --port PORT`", color="green",
color="green", )
)