Skip to content

Commit d918477

Browse files
author
mark
committed
Update vm image.
1 parent b526649 commit d918477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axlearn/cloud/gcp/vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def list_disk_images(creds: Credentials) -> list[str]:
376376
)
377377
image_names = []
378378
for el in images["items"]:
379-
if "ubuntu-2004" in el["name"] and "arm" not in el["name"]:
379+
if "ubuntu-2204" in el["name"] and "arm" not in el["name"]:
380380
image_names.append(el["name"])
381381
return [f"projects/{image_project}/global/images/{name}" for name in image_names]
382382

0 commit comments

Comments
 (0)