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

Commit 080973c

Browse files
committed
using adapter version merged with PR #172
Signed-off-by: Jefferson Fialho <[email protected]>
1 parent 7a6d518 commit 080973c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ USER root
207207

208208
RUN --mount=type=cache,target=/root/.cache/pip \
209209
--mount=type=bind,from=build,src=/workspace/dist,target=/workspace/dist \
210-
uv pip install $(echo dist/*.whl)'[tensorizer]' vllm-tgis-adapter==0.5.3
210+
uv pip install $(echo dist/*.whl)'[tensorizer]' git+https://github.com/opendatahub-io/vllm-tgis-adapter.git@ibm-20241024-adapter
211211

212212
ENV GRPC_PORT=8033 \
213213
PORT=8000 \

0 commit comments

Comments
 (0)