mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
minor comment
This commit is contained in:
parent
07df597912
commit
5977ff69b2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class StackBuild(Subcommand):
|
|||
|
||||
# save build.yaml spec for building same distribution again
|
||||
if build_config.image_type == ImageType.docker.value:
|
||||
# TODO (xiyan): docker needs build file to be in the llama-stack repo dir
|
||||
# docker needs build file to be in the llama-stack repo dir to be able to copy over to the image
|
||||
llama_toolchain_path = Path(os.path.relpath(__file__)).parent.parent.parent
|
||||
build_dir = (
|
||||
llama_toolchain_path / "configs/distributions" / build_config.image_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue