diff --git a/Dockerfile.rocm.ubi b/Dockerfile.rocm.ubi index c1ca898a59d77..1adb1fc6eecea 100644 --- a/Dockerfile.rocm.ubi +++ b/Dockerfile.rocm.ubi @@ -239,9 +239,12 @@ FROM vllm-openai as vllm-grpc-adapter USER root +# RUN --mount=type=cache,target=/root/.cache/pip \ +# --mount=type=bind,from=build_vllm,src=/workspace/dist,target=/install/vllm/ \ +# uv pip install /install/vllm/*.whl vllm-tgis-adapter==0.5.3 + RUN --mount=type=cache,target=/root/.cache/pip \ - --mount=type=bind,from=build_vllm,src=/workspace/dist,target=/install/vllm/ \ - uv pip install /install/vllm/*.whl vllm-tgis-adapter==0.5.3 + pip install git+https://github.com/opendatahub-io/vllm-tgis-adapter@ibm-20241024-adapter ENV GRPC_PORT=8033 \ PORT=8000 \