Skip to content

Commit

Permalink
bump vllm-tgis-adapter to 0.5.3 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantgupta24 authored Oct 15, 2024
1 parent 7f844dc commit 62b70d8
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.5.2
pip install vllm-tgis-adapter==0.5.3

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 @@ -202,7 +202,7 @@ FROM vllm-openai as vllm-grpc-adapter
USER root

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

ENV GRPC_PORT=8033 \
PORT=8000 \
Expand Down

0 comments on commit 62b70d8

Please sign in to comment.