mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 02:02:15 +00:00
Allow build with host network
This commit is contained in:
parent
78727aad26
commit
c01a89c0e8
3 changed files with 16 additions and 1 deletions
|
|
@ -120,6 +120,7 @@ def build_image(build_config: BuildConfig, build_file_path: Path):
|
|||
docker_image,
|
||||
str(build_file_path),
|
||||
str(BUILDS_BASE_DIR / ImageType.docker.value),
|
||||
"--use-host-network" if build_config.use_host_network else "",
|
||||
" ".join(normal_deps),
|
||||
]
|
||||
elif build_config.image_type == ImageType.conda.value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue