Skip to content

Commit

Permalink
aws profile removed
Browse files Browse the repository at this point in the history
  • Loading branch information
simonszalai committed Jun 12, 2020
1 parent 5f7acce commit 5b53fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN \
unzip awscliv2.zip \
./aws/install \
# Download weights from S3
--profile ${AWS_PROFILE} \
# --profile ${AWS_PROFILE} \
--mount=type=secret,id=aws_credentials,dst=/root/.aws/credentials \
--mount=type=secret,id=aws_config,dst=/root/.aws/config \
aws s3 cp ${WEIGHTS_URL} /sorterbot_cloud/weights/model_final.pth ;
Expand Down

0 comments on commit 5b53fa0

Please sign in to comment.