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 fb58f06 commit f7f3845Copy full SHA for f7f3845
src/art/skypilot/backend.py
@@ -191,7 +191,7 @@ async def _launch_cluster(
191
elif os.path.exists(art_version):
192
# copy the contents of the art_path onto the new machine
193
task.workdir = art_version
194
- art_installation_command = "uv sync"
+ art_installation_command = "uv sync --extra backend"
195
else:
196
raise ValueError(
197
f"Invalid art_version: {art_version}. Must be a semver or a path to a local directory."
0 commit comments