File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88}
99
1010source "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 ]
You can’t perform that action at this time.
0 commit comments