Skip to content

Commit

Permalink
DOCKERFILE: profile arg removed
Browse files Browse the repository at this point in the history
  • Loading branch information
simonszalai committed Jun 12, 2020
1 parent 4ac16d0 commit a825233
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 @@ -14,7 +14,7 @@ RUN pip3 install detectron2==0.1 -f https://dl.fbaipublicfiles.com/detectron2/wh
# Download weights for vectorizer
RUN curl https://download.pytorch.org/models/resnet18-5c106cde.pth --output /root/.cache/torch/checkpoints/resnet18-5c106cde.pth --create-dirs

ARG AWS_PROFILE=default
# ARG AWS_PROFILE=default
ARG WEIGHTS_URL_ARG
ARG DEPLOY_REGION_ARG

Expand Down

0 comments on commit a825233

Please sign in to comment.