mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 11:14:32 +00:00
test
This commit is contained in:
parent
4747c844a2
commit
d97bcaf625
3 changed files with 41 additions and 5 deletions
|
|
@ -123,7 +123,7 @@ def build_image(
|
|||
str(build_file_path),
|
||||
str(BUILDS_BASE_DIR / ImageType.docker.value),
|
||||
" ".join(normal_deps),
|
||||
dockerfile_only,
|
||||
str(dockerfile_only),
|
||||
]
|
||||
elif build_config.image_type == ImageType.conda.value:
|
||||
script = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue