Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8017c8db
Unverified
Commit
8017c8db
authored
Apr 07, 2025
by
Robin
Committed by
GitHub
Apr 07, 2025
Browse files
[Doc]Update image to latest version (#16186)
Signed-off-by:
WangErXiao
<
863579016@qq.com
>
parent
dc3529db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/source/deployment/docker.md
docs/source/deployment/docker.md
+3
-3
No files found.
docs/source/deployment/docker.md
View file @
8017c8db
...
...
@@ -34,11 +34,11 @@ If you need to use those dependencies (having accepted the license terms),
create a custom Dockerfile on top of the base image with an extra layer that installs them:
```
Dockerfile
FROM
vllm/vllm-openai:v0.8.
2
FROM
vllm/vllm-openai:v0.8.
3
# e.g. install the `audio`
and `video`
optional dependencies
# e.g. install the `audio` optional dependencies
# NOTE: Make sure the version of vLLM matches the base image!
RUN
uv pip
install
--system
vllm[audio
,video
]
==
0.8.
2
RUN
uv pip
install
--system
vllm[audio]
==
0.8.
3
```
:::
...
...
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