Skip to content

Commit

Permalink
semicolons added
Browse files Browse the repository at this point in the history
  • Loading branch information
simonszalai committed Jun 12, 2020
1 parent a8db2be commit 4ac16d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ ENV WEIGHTS_URL=$WEIGHTS_URL_ARG

RUN \
# Install AWS CLI
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
unzip awscliv2.zip \
./aws/install \
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" ; \
unzip awscliv2.zip ; \
./aws/install ; \
# Download weights from S3
# --profile ${AWS_PROFILE} \
# --mount=type=secret,id=aws_credentials,dst=/root/.aws/credentials \
Expand Down

0 comments on commit 4ac16d0

Please sign in to comment.