Skip to content

Commit 0b33c1a

Browse files
[Docker] Update the CUDA version in the default Docker image to 12.8 (from 12.1) #3163
Updated base_image to 0.11
1 parent 26345ee commit 0b33c1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/dstack/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
__version__ = "0.0.0"
77
__is_release__ = False
8-
base_image = "0.11rc2"
8+
base_image = "0.11"
99
base_image_ubuntu_version = "22.04"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def get_dev_env_run_dict(
333333
" && tail -f /dev/null"
334334
),
335335
]
336-
image_name = "dstackai/base:0.11rc2-base-ubuntu22.04"
336+
image_name = "dstackai/base:0.11-base-ubuntu22.04"
337337

338338
return {
339339
"id": run_id,

0 commit comments

Comments
 (0)