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

Commit cb09618

Browse files
committed
Add tgis-vllm adapter with adapter/#137
Signed-off-by: Jefferson Fialho <[email protected]>
1 parent a040239 commit cb09618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile.ubi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,10 @@ FROM vllm-openai as vllm-grpc-adapter
210210

211211
USER root
212212

213+
# RUN --mount=type=cache,target=/root/.cache/pip \
214+
# pip install vllm-tgis-adapter==0.4.1
213215
RUN --mount=type=cache,target=/root/.cache/pip \
214-
pip install vllm-tgis-adapter==0.4.0
216+
pip install git+https://github.com/opendatahub-io/vllm-tgis-adapter@ibm-adapter-20240924
215217

216218
ENV GRPC_PORT=8033 \
217219
PORT=8000 \

0 commit comments

Comments
 (0)