Skip to content

Commit 8fc599e

Browse files
Yadan-WeiYadan Wei
andauthored
add --ignore-installed to djl pipdeptree install (#5076)
Co-authored-by: Yadan Wei <[email protected]>
1 parent bc9e6bf commit 8fc599e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release/dlc_release_information.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ def bom_pipdeptree(self):
120120
)
121121
self.get_container_command_output("python3 -m pip install pipdeptree")
122122
return self.get_container_command_output("python3 -m pipdeptree")
123+
elif "large-model-inference" in self.dlc_repository:
124+
self.get_container_command_output("pip install --ignore-installed pipdeptree")
125+
return self.get_container_command_output("pipdeptree")
123126
else:
124127
self.get_container_command_output("pip install pipdeptree")
125128
return self.get_container_command_output("pipdeptree")

0 commit comments

Comments
 (0)