Skip to content

Commit 01eee40

Browse files
authored
[doc] update docker version (#19074)
Signed-off-by: reidliu41 <reid201711@gmail.com> Co-authored-by: reidliu41 <reid201711@gmail.com>
1 parent 19bdaf3 commit 01eee40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deployment/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ You can add any other [engine-args][engine-args] you need after the image tag (`
4646
create a custom Dockerfile on top of the base image with an extra layer that installs them:
4747

4848
```Dockerfile
49-
FROM vllm/vllm-openai:v0.8.3
49+
FROM vllm/vllm-openai:v0.9.0
5050

5151
# e.g. install the `audio` optional dependencies
5252
# NOTE: Make sure the version of vLLM matches the base image!
53-
RUN uv pip install --system vllm[audio]==0.8.3
53+
RUN uv pip install --system vllm[audio]==0.9.0
5454
```
5555

5656
!!! tip

0 commit comments

Comments
 (0)