mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-27 06:28:50 +00:00
feat: switch to Python-based container build system
o Update build.py to call build_container.py instead of shell script o Maintain build_container.sh for compat Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
parent
b04d92ed72
commit
0de8edd71d
2 changed files with 6 additions and 327 deletions
|
@ -107,7 +107,7 @@ def build_image(
|
|||
normal_deps += SERVER_DEPENDENCIES
|
||||
|
||||
if build_config.image_type == LlamaStackImageType.CONTAINER.value:
|
||||
script = str(importlib.resources.files("llama_stack") / "distribution/build_container.sh")
|
||||
script = str(importlib.resources.files("llama_stack") / "distribution/build_container.py")
|
||||
args = [
|
||||
script,
|
||||
template_or_config,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue