Skip to content

Commit

Permalink
feat: add in vllm patch for phi3v image processing
Browse files Browse the repository at this point in the history
  • Loading branch information
hommayushi3 committed Aug 25, 2024
1 parent 8d88e9d commit 4e63cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ ENV DO_NOT_TRACK=1

COPY --chmod=775 endpoints-entrypoint.sh entrypoint.sh

RUN pip install -U git+https://github.com/vllm-project/vllm.git@8aaf3d5347ad536de25869caa67b90e43f1ccd5b

ENTRYPOINT ["/bin/bash", "entrypoint.sh"]
CMD [""]

0 comments on commit 4e63cc8

Please sign in to comment.