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 \