Skip to content

Commit

Permalink
install adapter from @main to use adapter/#137
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson Fialho <[email protected]>
  • Loading branch information
fialhocoelho committed Oct 8, 2024
1 parent bf8438e commit 6b500af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,10 @@ FROM vllm-openai as vllm-grpc-adapter

USER root

# RUN --mount=type=cache,target=/root/.cache/pip \
# pip install vllm-tgis-adapter==0.5.1
RUN --mount=type=cache,target=/root/.cache/pip \
pip install vllm-tgis-adapter==0.5.1
pip install git+https://github.com/opendatahub-io/vllm-tgis-adapter@main

ENV GRPC_PORT=8033 \
PORT=8000 \
Expand Down

0 comments on commit 6b500af

Please sign in to comment.