Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/dstack/_internal/core/backends/aws/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def get_image_id_and_username(
image_owner = image.owner
username = image.user
elif _supported_by_dlami(instance_type):
# TODO: Update DLAMI image version from time to time
image_name = "Deep Learning Base OSS Nvidia Driver GPU AMI (Ubuntu 22.04) 20250516"
image_name = "Deep Learning Base OSS Nvidia Driver GPU AMI (Ubuntu 22.04) *"
image_owner = DLAMI_OWNER_ACCOUNT_ID
username = "ubuntu"
else:
Expand Down
Loading