Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit a5047d8

Browse files
committed
Dockerfile.ubi: use vllm-tgis-adapter
1 parent 0264b36 commit a5047d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Dockerfile.ubi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,15 @@ COPY LICENSE /licenses/vllm.md
211211

212212
USER 2000
213213
ENTRYPOINT ["python3", "-m", "vllm.entrypoints.openai.api_server"]
214+
215+
216+
FROM vllm-openai as vllm-grpc-adapter
217+
218+
USER root
219+
220+
RUN --mount=type=cache,target=/root/.cache/pip \
221+
pip install vllm-tgis-adapter
222+
223+
ENV GRPC_PORT=8033
224+
USER 2000
225+
ENTRYPOINT ["python3", "-m", "vllm_tgis_adapter"]

0 commit comments

Comments
 (0)