update docker build script

This commit is contained in:
Xi Yan 2024-09-14 13:46:17 -07:00
parent d1f0d17644
commit 4ed1f38134
3 changed files with 9 additions and 84 deletions

View file

@ -41,7 +41,7 @@ class StackConfigure(Subcommand):
self.parser.add_argument(
"config",
type=str,
help="Path to the build config file (e.g. ~/.llama/builds/<distribution>/<image_type>/<name>-build.yaml)",
help="Path to the build config file (e.g. ~/.llama/builds/<image_type>/<name>-build.yaml)",
)
def _run_stack_configure_cmd(self, args: argparse.Namespace) -> None: