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 4e63cc8 commit dd41826
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 @@ -4,7 +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
RUN pip install -U git+https://github.com/vllm-project/vllm.git --no-cache-dir

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

0 comments on commit dd41826

Please sign in to comment.