Skip to content

Commit 8017c8d

Browse files
authored
[Doc]Update image to latest version (#16186)
Signed-off-by: WangErXiao <[email protected]>
1 parent dc3529d commit 8017c8d

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)