Skip to content

Commit 21b1e2d

Browse files
authored
Update Azure-Compreface-AIB-image.yml
1 parent 1fdbbf4 commit 21b1e2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Azure-Compreface-AIB-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ jobs:
4141
apt upgrade -y
4242
apt install -y docker.io unzip
4343
docker version
44-
curl -L 'https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)' -o /usr/local/bin/docker-compose
44+
curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
4545
chmod +x /usr/local/bin/docker-compose
4646
docker-compose version
4747
wget -q -O tmp.zip "https://github.com/exadel-inc/CompreFace/releases/download/v${{ env.VERSION }}/CompreFace_${{ env.VERSION }}.zip" && unzip tmp.zip && rm tmp.zip
4848
chmod 666 /var/run/docker.sock
49-
docker-compose pull --quiet
5049
docker-compose up -d
5150
/usr/sbin/waagent -force -deprovision+user && export HISTSIZE=0 && sync

0 commit comments

Comments
 (0)