Skip to content

Commit 98a15ae

Browse files
authored
Bump default OS image version (#2363)
This version of AWS/GCP/Azure/OCI OS images introduces DCGM exporter and fixes Fabric Manager.
1 parent a8f0189 commit 98a15ae

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

docs/docs/concepts/dev-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: vscode
1616

1717
python: "3.11"
1818
# Uncomment to use a custom Docker image
19-
#image: dstackai/base:py3.13-0.6-cuda-12.1
19+
#image: dstackai/base:py3.13-0.7-cuda-12.1
2020
ide: vscode
2121

2222
# Uncomment to leverage spot instances

docs/docs/concepts/services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ If you want, you can specify your own Docker image via `image`.
368368
name: http-server-service
369369
370370
# Any custom Docker image
371-
image: dstackai/base:py3.13-0.6-cuda-12.1
371+
image: dstackai/base:py3.13-0.7-cuda-12.1
372372
373373
# Commands of the service
374374
commands:
@@ -389,7 +389,7 @@ If you want, you can specify your own Docker image via `image`.
389389
name: http-server-service
390390
391391
# Any private Docker iamge
392-
image: dstackai/base:py3.13-0.6-cuda-12.1
392+
image: dstackai/base:py3.13-0.7-cuda-12.1
393393
# Credentials of the private registry
394394
registry_auth:
395395
username: peterschmidt85

docs/docs/concepts/tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ type: task
285285
name: train
286286
287287
# Any custom Docker image
288-
image: dstackai/base:py3.13-0.6-cuda-12.1
288+
image: dstackai/base:py3.13-0.7-cuda-12.1
289289
290290
# Commands of the task
291291
commands:
@@ -304,7 +304,7 @@ commands:
304304
name: train
305305
306306
# Any private Docker image
307-
image: dstackai/base:py3.13-0.6-cuda-12.1
307+
image: dstackai/base:py3.13-0.7-cuda-12.1
308308
# Credentials of the private Docker registry
309309
registry_auth:
310310
username: peterschmidt85

docs/docs/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ dstack init
3131

3232
# If `image` is not specified, dstack uses its default image
3333
python: "3.11"
34-
#image: dstackai/base:py3.13-0.6-cuda-12.1
34+
#image: dstackai/base:py3.13-0.7-cuda-12.1
3535

3636
ide: vscode
3737

@@ -83,7 +83,7 @@ $ dstack init
8383

8484
# If `image` is not specified, dstack uses its default image
8585
python: "3.11"
86-
#image: dstackai/base:py3.13-0.6-cuda-12.1
86+
#image: dstackai/base:py3.13-0.7-cuda-12.1
8787

8888
# Commands of the task
8989
commands:
@@ -143,7 +143,7 @@ $ dstack init
143143

144144
# If `image` is not specified, dstack uses its default image
145145
python: "3.11"
146-
#image: dstackai/base:py3.13-0.6-cuda-12.1
146+
#image: dstackai/base:py3.13-0.7-cuda-12.1
147147

148148
# Required environment variables
149149
env:

examples/.dstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: vscode
44

55
python: "3.11"
66
# Uncomment to use a custom Docker image
7-
#image: dstackai/base:py3.13-0.6-cuda-12.1
7+
#image: dstackai/base:py3.13-0.7-cuda-12.1
88

99
ide: vscode
1010

src/dstack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__version__ = None
22
__is_release__ = False
3-
base_image = "0.6"
3+
base_image = "0.7"

src/tests/_internal/server/background/tasks/test_process_running_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ async def test_provisioning_shim_with_volumes(
335335
name="test-run-0-0",
336336
registry_username="",
337337
registry_password="",
338-
image_name="dstackai/base:py3.13-0.6-cuda-12.1",
338+
image_name="dstackai/base:py3.13-0.7-cuda-12.1",
339339
container_user="root",
340340
privileged=privileged,
341341
gpu=None,

src/tests/_internal/server/routers/test_runs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def get_dev_env_run_plan_dict(
180180
],
181181
"env": {},
182182
"home_dir": "/root",
183-
"image_name": "dstackai/base:py3.13-0.6-cuda-12.1",
183+
"image_name": "dstackai/base:py3.13-0.7-cuda-12.1",
184184
"user": None,
185185
"privileged": privileged,
186186
"job_name": f"{run_name}-0-0",
@@ -337,7 +337,7 @@ def get_dev_env_run_dict(
337337
],
338338
"env": {},
339339
"home_dir": "/root",
340-
"image_name": "dstackai/base:py3.13-0.6-cuda-12.1",
340+
"image_name": "dstackai/base:py3.13-0.7-cuda-12.1",
341341
"user": None,
342342
"privileged": privileged,
343343
"job_name": f"{run_name}-0-0",

0 commit comments

Comments
 (0)