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 a284fff commit 92e0993Copy full SHA for 92e0993
1 file changed
src/dstack/_internal/cli/services/configurators/run.py
@@ -112,7 +112,7 @@ def apply_configuration(
112
113
no_fleets = False
114
if len(run_plan.job_plans[0].offers) == 0:
115
- if len(self.api.client.fleets.list(self.api.project)) == 0:
+ if len(self.api.client.fleets.list(self.api.project, include_imported=True)) == 0:
116
no_fleets = True
117
118
print_run_plan(
0 commit comments