mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
Reformat
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
2deac4879f
commit
31501c0c7e
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@ def build_image(
|
|||
image_name: str,
|
||||
template_name: Optional[str] = None,
|
||||
):
|
||||
container_image = build_config.distribution_spec.container_image or "python:3.10-slim"
|
||||
container_image = (
|
||||
build_config.distribution_spec.container_image or "python:3.10-slim"
|
||||
)
|
||||
|
||||
normal_deps, special_deps = get_provider_dependencies(
|
||||
build_config.distribution_spec.providers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue