Unverified Commit d1aeea75 authored by Lennart K. M. Schulz's avatar Lennart K. M. Schulz Committed by GitHub
Browse files

[Bugfix] Fix missing ARG in Dockerfile for arm64 platforms (#17261)


Signed-off-by: default avatarlkm-schulz <44176356+lkm-schulz@users.noreply.github.com>
parent d8bccde6
......@@ -297,6 +297,7 @@ RUN mv vllm test_docs/
#################### OPENAI API SERVER ####################
# base openai image with additional requirements, for any subsequent openai-style images
FROM vllm-base AS vllm-openai-base
ARG TARGETPLATFORM
# This timeout (in seconds) is necessary when installing some dependencies via uv since it's likely to time out
# Reference: https://github.com/astral-sh/uv/pull/1694
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment