mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-21 09:23:13 +00:00
revert: "feat(cli): make venv the default image type" (#3196)
Reverts llamastack/llama-stack#3187
This commit is contained in:
parent
2e7ca07423
commit
89661b984c
2 changed files with 19 additions and 3 deletions
|
@ -59,7 +59,7 @@ class StackBuild(Subcommand):
|
|||
type=str,
|
||||
help="Image Type to use for the build. If not specified, will use the image type from the template config.",
|
||||
choices=[e.value for e in ImageType],
|
||||
default=ImageType.VENV.value,
|
||||
default=None, # no default so we can detect if a user specified --image-type and override image_type in the config
|
||||
)
|
||||
|
||||
self.parser.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue