Skip to content

Commit f3b051f

Browse files
WangErXiaoyangw-dev
authored andcommitted
[Doc]Update image to latest version (vllm-project#16186)
Signed-off-by: WangErXiao <863579016@qq.com> Signed-off-by: Yang Wang <elainewy@meta.com>
1 parent 604ddc7 commit f3b051f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/deployment/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ If you need to use those dependencies (having accepted the license terms),
3434
create a custom Dockerfile on top of the base image with an extra layer that installs them:
3535

3636
```Dockerfile
37-
FROM vllm/vllm-openai:v0.8.2
37+
FROM vllm/vllm-openai:v0.8.3
3838

39-
# e.g. install the `audio` and `video` optional dependencies
39+
# e.g. install the `audio` optional dependencies
4040
# NOTE: Make sure the version of vLLM matches the base image!
41-
RUN uv pip install --system vllm[audio,video]==0.8.2
41+
RUN uv pip install --system vllm[audio]==0.8.3
4242
```
4343

4444
:::

0 commit comments

Comments
 (0)