minor comment

This commit is contained in:
Xi Yan 2024-09-15 11:12:24 -07:00
parent 07df597912
commit 5977ff69b2

View file

@ -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