[Docs] Fix the code block's format in deploying_with_docker page (#1722)

This commit is contained in:
Wen Sun 2023-11-20 17:22:39 +08:00 committed by GitHub
parent 37c1e3c218
commit 112627e8b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ vLLM offers official docker image for deployment.
The image can be used to run OpenAI compatible server. The image can be used to run OpenAI compatible server.
The image is available on Docker Hub as `vllm/vllm-openai <https://hub.docker.com/r/vllm/vllm-openai/tags>`_. The image is available on Docker Hub as `vllm/vllm-openai <https://hub.docker.com/r/vllm/vllm-openai/tags>`_.
... code-block:: console .. code-block:: console
$ docker run --runtime nvidia --gpus all \ $ docker run --runtime nvidia --gpus all \
-v ~/.cache/huggingface:/root/.cache/huggingface \ -v ~/.cache/huggingface:/root/.cache/huggingface \