From 112627e8b26ccbbee19d894c2c4c4d953970a6fd Mon Sep 17 00:00:00 2001 From: Wen Sun <35923278+HermitSun@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:22:39 +0800 Subject: [PATCH] [Docs] Fix the code block's format in deploying_with_docker page (#1722) --- 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 4d6c18512b045..58fadc2525f21 100644 --- a/docs/source/serving/deploying_with_docker.rst +++ b/docs/source/serving/deploying_with_docker.rst @@ -7,7 +7,7 @@ vLLM offers official docker image for deployment. The image can be used to run OpenAI compatible server. The image is available on Docker Hub as `vllm/vllm-openai `_. -... code-block:: console +.. code-block:: console $ docker run --runtime nvidia --gpus all \ -v ~/.cache/huggingface:/root/.cache/huggingface \