Skip to content

Commit 2ef1d93

Browse files
committed
resources: Rename output to x86-ubuntu-rocm70
1 parent 369f715 commit 2ef1d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/x86-ubuntu-gpu-ml/x86-ubuntu-gpu-ml.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packer {
1313

1414
variable "image_name" {
1515
type = string
16-
default = "x86-ubuntu-gpu-ml"
16+
default = "x86-ubuntu-rocm70"
1717
}
1818

1919
variable "ssh_password" {
@@ -113,7 +113,7 @@ build {
113113

114114
provisioner "file" {
115115
source = "/home/gem5/vmlinux-gpu-ml"
116-
destination = "vmlinux-gpu-ml"
116+
destination = "vmlinux-rocm70"
117117
direction = "download"
118118
}
119119
}

0 commit comments

Comments
 (0)