Skip to content

Commit

Permalink
bump tgis adapter to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLucche authored and dtrifiro committed Sep 27, 2024
1 parent f63fbdd commit 902985d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.rocm.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ FROM vllm-openai as vllm-grpc-adapter
USER root

RUN --mount=type=cache,target=/root/.cache/pip \
pip install vllm-tgis-adapter==0.4.0
pip install vllm-tgis-adapter==0.5.0

ENV GRPC_PORT=8033 \
PORT=8000 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubi
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ FROM vllm-openai as vllm-grpc-adapter
USER root

RUN --mount=type=cache,target=/root/.cache/pip \
pip install vllm-tgis-adapter==0.4.0
pip install vllm-tgis-adapter==0.5.0

ENV GRPC_PORT=8033 \
PORT=8000 \
Expand Down

0 comments on commit 902985d

Please sign in to comment.