From cd83e62ba8e06a7e94fbca6d4494e2b2fbf6ecc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Trifir=C3=B2?= Date: Wed, 8 Jan 2025 16:04:25 +0100 Subject: [PATCH] deps: bump vllm-tgis-adapter to 0.6.0 Changelog: https://github.com/opendatahub-io/vllm-tgis-adapter/releases/tag/0.6.0 --- Dockerfile.rocm.ubi | 2 +- Dockerfile.ubi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.rocm.ubi b/Dockerfile.rocm.ubi index cc4b81396ef86..0ef23063452e1 100644 --- a/Dockerfile.rocm.ubi +++ b/Dockerfile.rocm.ubi @@ -253,7 +253,7 @@ USER root RUN --mount=type=cache,target=/root/.cache/pip \ --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,from=build_vllm,src=/workspace/dist,target=/install/vllm/ \ - HOME=/root uv pip install /install/vllm/*.whl vllm-tgis-adapter==0.5.3 + HOME=/root uv pip install /install/vllm/*.whl vllm-tgis-adapter==0.6.0 ENV GRPC_PORT=8033 \ PORT=8000 \ diff --git a/Dockerfile.ubi b/Dockerfile.ubi index a4b7c4df58a9c..eaa046c371a7e 100644 --- a/Dockerfile.ubi +++ b/Dockerfile.ubi @@ -209,7 +209,7 @@ USER root RUN --mount=type=cache,target=/root/.cache/pip \ --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,from=build,src=/workspace/dist,target=/workspace/dist \ - HOME=/root uv pip install "$(echo /workspace/dist/*.whl)[tensorizer]" vllm-tgis-adapter==0.5.3 + HOME=/root uv pip install "$(echo /workspace/dist/*.whl)[tensorizer]" vllm-tgis-adapter==0.6.0 ENV GRPC_PORT=8033 \ PORT=8000 \