Skip to content

Commit 3dab506

Browse files
committed
Update to Ubuntu 24.04
1 parent f0f54d4 commit 3dab506

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/packer/gcp-image-cuda.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{
1111
"type": "googlecompute",
1212
"project_id": "dstack",
13-
"source_image": "ubuntu-2204-jammy-v20230714",
13+
"source_image": "ubuntu-2404-noble-amd64-v20250828",
1414
"image_name": "{{user `build_prefix`}}dstack-cuda-{{user `image_version` | clean_resource_name}}",
1515
"instance_name": "{{user `build_prefix`}}dstack-cuda-{{user `image_version` | clean_resource_name}}",
1616
"ssh_username": "ubuntu",

scripts/packer/gcp-image.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"type": "googlecompute",
1111
"project_id": "dstack",
12-
"source_image": "ubuntu-2204-jammy-v20230714",
12+
"source_image": "ubuntu-2404-noble-amd64-v20250828",
1313
"image_name": "{{user `build_prefix`}}dstack-{{user `image_version` | clean_resource_name}}",
1414
"instance_name": "{{user `build_prefix`}}dstack-{{user `image_version` | clean_resource_name}}",
1515
"ssh_username": "ubuntu",

0 commit comments

Comments
 (0)