Merge remote-tracking branch 'upstream/main' into add-file-processor-skeleton

This commit is contained in:
Alina Ryan 2025-12-01 11:33:36 -05:00
commit 3f51e16601
6 changed files with 2 additions and 722 deletions

View file

@ -197,7 +197,7 @@ class StackRun(Subcommand):
config = StackRunConfig(**cast_image_name_to_string(replace_env_vars(config_contents)))
port = args.port or config.server.port
host = config.server.host or "0.0.0.0"
host = config.server.host or ["::", "0.0.0.0"]
# Set the config file in environment so create_app can find it
os.environ["LLAMA_STACK_CONFIG"] = str(config_file)