Skip to content

Commit

Permalink
fix docs --platform "linux/arm64"
Browse files Browse the repository at this point in the history
  • Loading branch information
cennn committed Dec 18, 2024
1 parent 34e7140 commit c65bf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/serving/deploying_with_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c65bf72

Please sign in to comment.