We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ba965 commit 1ec16b5Copy full SHA for 1ec16b5
docker/Dockerfile
@@ -297,6 +297,7 @@ RUN mv vllm test_docs/
297
#################### OPENAI API SERVER ####################
298
# base openai image with additional requirements, for any subsequent openai-style images
299
FROM vllm-base AS vllm-openai-base
300
+ARG TARGETPLATFORM
301
302
# This timeout (in seconds) is necessary when installing some dependencies via uv since it's likely to time out
303
# Reference: https://github.com/astral-sh/uv/pull/1694
0 commit comments