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 3a95f28 commit a9657c4Copy full SHA for a9657c4
src/art/skypilot/backend.py
@@ -192,7 +192,7 @@ async def _launch_cluster(
192
193
if art_version_is_semver:
194
art_installation_command = (
195
- f"uv pip install openpipe-art[backend]=={art_version}"
+ f"uv pip install --system openpipe-art[backend]=={art_version}"
196
)
197
elif os.path.exists(art_version):
198
# copy the contents of the art_path onto the new machine
0 commit comments