diff --git a/Dockerfile.rocm.ubi b/Dockerfile.rocm.ubi index a08888d72d54..f251fb8d4f1d 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.6.0 + HOME=/root uv pip install /install/vllm/*.whl vllm-tgis-adapter==0.6.2 ENV GRPC_PORT=8033 \ PORT=8000 \ diff --git a/Dockerfile.ubi b/Dockerfile.ubi index cff1f9351c69..90faee653fee 100644 --- a/Dockerfile.ubi +++ b/Dockerfile.ubi @@ -217,7 +217,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.6.0 + HOME=/root uv pip install "$(echo /workspace/dist/*.whl)[tensorizer]" vllm-tgis-adapter==0.6.2 ENV GRPC_PORT=8033 \ PORT=8000 \