Skip to content

Commit 2c0ade7

Browse files
committed
deps: bump vllm-tgis-adapter to 0.6.2
1 parent 1da3720 commit 2c0ade7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.rocm.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ USER root
253253
RUN --mount=type=cache,target=/root/.cache/pip \
254254
--mount=type=cache,target=/root/.cache/uv \
255255
--mount=type=bind,from=build_vllm,src=/workspace/dist,target=/install/vllm/ \
256-
HOME=/root uv pip install /install/vllm/*.whl vllm-tgis-adapter==0.6.0
256+
HOME=/root uv pip install /install/vllm/*.whl vllm-tgis-adapter==0.6.2
257257

258258
ENV GRPC_PORT=8033 \
259259
PORT=8000 \

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ USER root
217217
RUN --mount=type=cache,target=/root/.cache/pip \
218218
--mount=type=cache,target=/root/.cache/uv \
219219
--mount=type=bind,from=build,src=/workspace/dist,target=/workspace/dist \
220-
HOME=/root uv pip install "$(echo /workspace/dist/*.whl)[tensorizer]" vllm-tgis-adapter==0.6.0
220+
HOME=/root uv pip install "$(echo /workspace/dist/*.whl)[tensorizer]" vllm-tgis-adapter==0.6.2
221221

222222
ENV GRPC_PORT=8033 \
223223
PORT=8000 \

0 commit comments

Comments
 (0)