Skip to content

Commit d1aeea7

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

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)