mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
update msg
This commit is contained in:
parent
0f10de04ba
commit
e026538b4c
1 changed files with 6 additions and 10 deletions
|
@ -113,14 +113,10 @@ class StackBuild(Subcommand):
|
||||||
if return_code != 0:
|
if return_code != 0:
|
||||||
return
|
return
|
||||||
|
|
||||||
if build_config.image_type == ImageType.conda.value:
|
build_name = f"llamastack-{build_config.name}" if build_config.image_type == ImageType.docker.value else build_config.name
|
||||||
|
|
||||||
cprint(
|
cprint(
|
||||||
f"You can now run `llama stack configure {build_config.name}`",
|
f"You can now run `llama stack configure {build_name}`",
|
||||||
color="green",
|
|
||||||
)
|
|
||||||
else:
|
|
||||||
cprint(
|
|
||||||
f"You can now run `docker run -it -p 5000:5000 llamastack-{build_config.name}` or `llama stack configure llamastack-{build_config.name}`",
|
|
||||||
color="green",
|
color="green",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue