Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
112627e8
Unverified
Commit
112627e8
authored
Nov 20, 2023
by
Wen Sun
Committed by
GitHub
Nov 20, 2023
Browse files
[Docs] Fix the code block's format in deploying_with_docker page (#1722)
parent
37c1e3c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/serving/deploying_with_docker.rst
docs/source/serving/deploying_with_docker.rst
+1
-1
No files found.
docs/source/serving/deploying_with_docker.rst
View file @
112627e8
...
@@ -7,7 +7,7 @@ vLLM offers official docker image for deployment.
...
@@ -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 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment