Skip to content

Commit 6f05cfb

Browse files
Merge pull request #90 from opendatahub-io/adapter-update
pin adapter to 0.2.0
2 parents 667fab0 + 5fc3ff8 commit 6f05cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ FROM vllm-openai as vllm-grpc-adapter
192192
USER root
193193

194194
RUN --mount=type=cache,target=/root/.cache/pip \
195-
pip install vllm-tgis-adapter==0.1.3
195+
pip install vllm-tgis-adapter==0.2.0
196196

197197
ENV GRPC_PORT=8033
198198
USER 2000

0 commit comments

Comments
 (0)