mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
unique deps
This commit is contained in:
parent
8731cc3304
commit
827525c77c
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ def build_image(build_config: BuildConfig, build_file_path: Path):
|
||||||
special_deps.append(package)
|
special_deps.append(package)
|
||||||
else:
|
else:
|
||||||
deps.append(package)
|
deps.append(package)
|
||||||
|
deps = list(set(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