mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
fix(CLI): Missing default for --image-type in stack run command
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
abfc4b3bce
commit
64767578d6
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class StackRun(Subcommand):
|
|||
type=str,
|
||||
help="Image Type used during the build. This can be either conda or container or venv.",
|
||||
choices=["conda", "container", "venv"],
|
||||
default="conda",
|
||||
)
|
||||
|
||||
def _run_stack_run_cmd(self, args: argparse.Namespace) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue