Skip to content

Commit 1280973

Browse files
author
Sazonava Hanna
committed
updated version name 1.1.0
1 parent 3b183f1 commit 1280973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-compreface.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packer {
88
}
99

1010
source "amazon-ebs" "compreface" {
11-
ami_name = "compreface_image"
11+
ami_name = "compreface_image_1.1.0"
1212
instance_type = "t2.medium"
1313
region = "us-east-1"
1414
source_ami_filter {
@@ -37,7 +37,7 @@ build {
3737
"sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose",
3838
"sudo chmod +x /usr/local/bin/docker-compose",
3939
"docker-compose version",
40-
"wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v1.0.0/CompreFace_1.0.0.zip' && unzip tmp.zip && rm tmp.zip && rm /home/ec2-user/.ssh/authorized_keys && sudo rm /root/.ssh/authorized_keys",
40+
"wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v1.1.0/CompreFace_1.1.0.zip' && unzip tmp.zip && rm tmp.zip && rm /home/ec2-user/.ssh/authorized_keys && sudo rm /root/.ssh/authorized_keys",
4141
"sudo chmod 666 /var/run/docker.sock",
4242
"docker-compose up -d"
4343
]

0 commit comments

Comments
 (0)