mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 18:50:44 +00:00
remove print
This commit is contained in:
parent
6b07f80d59
commit
8c342e1876
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ def build_image(
|
||||||
str(BUILDS_BASE_DIR / ImageType.container.value),
|
str(BUILDS_BASE_DIR / ImageType.container.value),
|
||||||
" ".join(normal_deps),
|
" ".join(normal_deps),
|
||||||
]
|
]
|
||||||
print("!!!! args", args)
|
|
||||||
elif build_config.image_type == ImageType.conda.value:
|
elif build_config.image_type == ImageType.conda.value:
|
||||||
script = str(
|
script = str(
|
||||||
importlib.resources.files("llama_stack") / "distribution/build_conda_env.sh"
|
importlib.resources.files("llama_stack") / "distribution/build_conda_env.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue