We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9e6bf commit 8fc599eCopy full SHA for 8fc599e
release/dlc_release_information.py
@@ -120,6 +120,9 @@ def bom_pipdeptree(self):
120
)
121
self.get_container_command_output("python3 -m pip install pipdeptree")
122
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")
126
else:
127
self.get_container_command_output("pip install pipdeptree")
128
return self.get_container_command_output("pipdeptree")
0 commit comments