We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a18d5e commit 3aba169Copy full SHA for 3aba169
llama_stack/cli/stack/build.py
@@ -49,7 +49,7 @@ def _add_arguments(self):
49
type=str,
50
help="Image Type to use for the build. If not specified, will use the image type from the template config.",
51
choices=[e.value for e in ImageType],
52
- default=ImageType.CONDA.value,
+ default=None, # no default so we can detect if a user specified --image-type and override image_type in the config
53
)
54
55
self.parser.add_argument(
0 commit comments