mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
remove dependency on CONDA_PREFIX in CLI
This commit is contained in:
parent
4ae8c63a2b
commit
3ffe51052a
3 changed files with 10 additions and 13 deletions
|
@ -92,6 +92,7 @@ def build_image(build_config: BuildConfig, build_file_path: Path):
|
|||
args = [
|
||||
script,
|
||||
build_config.name,
|
||||
str(build_file_path),
|
||||
" ".join(deps),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue