Skip to content

Commit 2f96871

Browse files
authored
Update cudo image (#2636)
1 parent 099d354 commit 2f96871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def update_provisioning_data(
147147

148148

149149
def _get_image_id(cuda: bool) -> str:
150-
image_name = "ubuntu-2204-nvidia-535-docker-v20240214" if cuda else "ubuntu-2204"
150+
image_name = "ubuntu-2204-nvidia-535-docker-v20241017" if cuda else "ubuntu-2204"
151151
return image_name
152152

153153

0 commit comments

Comments
 (0)