Skip to content

Commit 52c44b8

Browse files
authored
Dockerfile.rocm.ubi: add [audio,video,tensorizer] extras to vllm install (#368)
https://issues.redhat.com/browse/INFERENG-375
1 parent a8ce199 commit 52c44b8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile.rocm.ubi

+5-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ RUN --mount=type=bind,from=build_amdsmi,src=/install,target=/install/amdsmi/ \
211211
--extra-index-url "https://download.pytorch.org/whl/nightly/rocm${version}" \
212212
/install/amdsmi/*.whl\
213213
/install/flashattention/*.whl\
214-
/install/vllm/*.whl
214+
"$(echo /install/vllm/*.whl)[audio,video,tensorizer]"
215215

216216
ENV HF_HUB_OFFLINE=1 \
217217
HOME=/home/vllm \
@@ -253,7 +253,10 @@ 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.3
256+
HOME=/root uv pip install \
257+
"$(echo /install/vllm/*.whl)[audio,video,tensorizer]" \
258+
vllm-tgis-adapter==0.6.3
259+
257260

258261
ENV GRPC_PORT=8033 \
259262
PORT=8000 \

0 commit comments

Comments
 (0)