Skip to content

Commit

Permalink
DOCKERFILE: s3 path hardcoded for now
Browse files Browse the repository at this point in the history
  • Loading branch information
simonszalai committed Jun 12, 2020
1 parent 5bc9464 commit a37cad6
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 @@ -47,7 +47,7 @@ RUN ./aws/install
# --mount=type=secret,id=aws_credentials,dst=/root/.aws/credentials \
# --mount=type=secret,id=aws_config,dst=/root/.aws/config \
RUN echo $WEIGHTS_URL
RUN aws s3 cp $WEIGHTS_URL /sorterbot_cloud/weights/model_final.pth
RUN aws s3 cp s3://sorterbot-weights-fbcggris/model_final.pth /sorterbot_cloud/weights/model_final.pth

# Copy source code
COPY ./src /sorterbot_cloud/src
Expand Down

0 comments on commit a37cad6

Please sign in to comment.