[CI] Unifying Dockerfiles for ARM and X86 Builds (#21343)

Signed-off-by: Kebe <mail@kebe7jun.com>
This commit is contained in:
Kebe
2025-07-25 22:33:56 +08:00
committed by GitHub
parent e189b50f53
commit 396ee94180
5 changed files with 29 additions and 67 deletions

View File

@@ -33,7 +33,7 @@ Testing has been conducted on AWS Graviton3 instances for compatibility.
# --8<-- [end:pre-built-images]
# --8<-- [start:build-image-from-source]
```bash
docker build -f docker/Dockerfile.arm \
docker build -f docker/Dockerfile.cpu \
--tag vllm-cpu-env .
# Launching OpenAI server