Skip to content

Commit

Permalink
COPY --chown=python:python . /home/shahdy/app
Browse files Browse the repository at this point in the history
  • Loading branch information
shahdyousefak committed Oct 13, 2024
1 parent cbbeee2 commit 0e23b86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preprocessors/caption-recognition/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV PATH="/home/python/.local/bin:${PATH}"
RUN wget https://storage.googleapis.com/sfr-vision-language-research/LAVIS/models/BLIP/blip_coco_caption_base.pth -P /home/python/.cache/torch/hub/checkpoints
WORKDIR /app

COPY --chown=python:python . $HOME/app
COPY --chown=python:python /preprocessors/caption-recognition/huggingface /home/python/.cache/huggingface/
COPY --chown=python:python /preprocessors/caption-recognition/requirements.txt /app/requirements.txt

Expand Down

0 comments on commit 0e23b86

Please sign in to comment.