We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099d354 commit 2f96871Copy full SHA for 2f96871
src/dstack/_internal/core/backends/cudo/compute.py
@@ -147,7 +147,7 @@ def update_provisioning_data(
147
148
149
def _get_image_id(cuda: bool) -> str:
150
- image_name = "ubuntu-2204-nvidia-535-docker-v20240214" if cuda else "ubuntu-2204"
+ image_name = "ubuntu-2204-nvidia-535-docker-v20241017" if cuda else "ubuntu-2204"
151
return image_name
152
153
0 commit comments