mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
unique special_deps
This commit is contained in:
parent
16ad2de97b
commit
e9de2dee02
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ def build_image(build_config: BuildConfig, build_file_path: Path):
|
||||||
else:
|
else:
|
||||||
deps.append(package)
|
deps.append(package)
|
||||||
deps = list(set(deps))
|
deps = list(set(deps))
|
||||||
|
special_deps = list(set(special_deps))
|
||||||
|
|
||||||
if build_config.image_type == ImageType.docker.value:
|
if build_config.image_type == ImageType.docker.value:
|
||||||
script = pkg_resources.resource_filename(
|
script = pkg_resources.resource_filename(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue