diff --git a/src/dstack/_internal/core/backends/vastai/compute.py b/src/dstack/_internal/core/backends/vastai/compute.py index b019fbb9be..ed350cfe71 100644 --- a/src/dstack/_internal/core/backends/vastai/compute.py +++ b/src/dstack/_internal/core/backends/vastai/compute.py @@ -58,6 +58,7 @@ def get_offers_by_requirements( ) -> List[InstanceOfferWithAvailability]: offers = get_catalog_offers( backend=BackendType.VASTAI, + locations=self.config.regions or None, requirements=requirements, # TODO(egor-s): spots currently not supported extra_filter=lambda offer: not offer.instance.resources.spot,