From c65bf72e6e10d2b968ad9ce332256bfe4f073495 Mon Sep 17 00:00:00 2001 From: cenzhiyao <2523403608@qq.com> Date: Wed, 18 Dec 2024 19:51:24 +0800 Subject: [PATCH] fix docs --platform "linux/arm64" --- docs/source/serving/deploying_with_docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/serving/deploying_with_docker.rst b/docs/source/serving/deploying_with_docker.rst index ccc3b9c92ca78..ecbb0775f598e 100644 --- a/docs/source/serving/deploying_with_docker.rst +++ b/docs/source/serving/deploying_with_docker.rst @@ -58,7 +58,7 @@ of PyTorch Nightly and should be considered **experimental**. Using the flag `-- $ python3 use_existing_torch.py $ DOCKER_BUILDKIT=1 sudo docker build . \ --target vllm-openai \ - -platform "linux/arm64" \ + --platform "linux/arm64" \ -t vllm/vllm-gh200-openai:latest \ --build-arg max_jobs=66 \ --build-arg nvcc_threads=2 \