Skip to content

Commit 8505528

Browse files
[DataCrunch] Ensure dstack is using fixed pricing #3033 (#3034)
1 parent 6d11787 commit 8505528

File tree

1 file changed

+1
-0
lines changed
  • src/dstack/_internal/core/backends/datacrunch

1 file changed

+1
-0
lines changed

src/dstack/_internal/core/backends/datacrunch/compute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def _deploy_instance(
246246
hostname=hostname,
247247
description=description,
248248
startup_script_id=startup_script_id,
249+
pricing="FIXED_PRICE",
249250
is_spot=is_spot,
250251
location=location,
251252
os_volume={"name": "OS volume", "size": disk_size},

0 commit comments

Comments
 (0)