We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129c6fc commit 18f0ec9Copy full SHA for 18f0ec9
1 file changed
src/srtctl/core/schema.py
@@ -718,7 +718,7 @@ def get_install_commands(self) -> str:
718
if self.version is not None:
719
return (
720
f"echo 'Installing dynamo {self.version}...' && "
721
- f"pip install --break-system-packages --quiet ai-dynamo-runtime=={self.version} ai-dynamo=={self.version} && "
+ f"pip install --break-system-packages --quiet --extra-index-url https://pypi.nvidia.com ai-dynamo-runtime=={self.version} ai-dynamo=={self.version} && "
722
f"echo 'Dynamo {self.version} installed'"
723
)
724
0 commit comments