Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pdfix/alt-text-openai-docker
Browse files Browse the repository at this point in the history
* 'master' of github.com:pdfix/alt-text-openai-docker:
  fix: dir path
  • Loading branch information
jozefbaranec committed Oct 10, 2024
2 parents f66bab7 + 046e9e4 commit 210ee1a
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 @@ -23,7 +23,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
# Copy the source code and requirements.txt into the container
COPY src/ /usr/alt-text-openai/src/
COPY requirements.txt /usr/alt-text-openai/
COPY config.json /usr/lang-detect/
COPY config.json /usr/alt-text-openai/


RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 210ee1a

Please sign in to comment.