Skip to content

Commit 18f0ec9

Browse files
add nvidia pre-release url (#22)
1 parent 129c6fc commit 18f0ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/srtctl/core/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ def get_install_commands(self) -> str:
718718
if self.version is not None:
719719
return (
720720
f"echo 'Installing dynamo {self.version}...' && "
721-
f"pip install --break-system-packages --quiet ai-dynamo-runtime=={self.version} ai-dynamo=={self.version} && "
721+
f"pip install --break-system-packages --quiet --extra-index-url https://pypi.nvidia.com ai-dynamo-runtime=={self.version} ai-dynamo=={self.version} && "
722722
f"echo 'Dynamo {self.version} installed'"
723723
)
724724

0 commit comments

Comments
 (0)