Skip to content

Commit 1ec16b5

Browse files
lkm-schulzdbyoung18
authored andcommitted
[Bugfix] Fix missing ARG in Dockerfile for arm64 platforms (vllm-project#17261)
Signed-off-by: lkm-schulz <[email protected]>
1 parent b9ba965 commit 1ec16b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ RUN mv vllm test_docs/
297297
#################### OPENAI API SERVER ####################
298298
# base openai image with additional requirements, for any subsequent openai-style images
299299
FROM vllm-base AS vllm-openai-base
300+
ARG TARGETPLATFORM
300301

301302
# This timeout (in seconds) is necessary when installing some dependencies via uv since it's likely to time out
302303
# Reference: https://github.com/astral-sh/uv/pull/1694

0 commit comments

Comments
 (0)