Unverified Commit 01eee405 authored by Reid's avatar Reid Committed by GitHub
Browse files

[doc] update docker version (#19074)


Signed-off-by: default avatarreidliu41 <reid201711@gmail.com>
Co-authored-by: default avatarreidliu41 <reid201711@gmail.com>
parent 19bdaf32
......@@ -46,11 +46,11 @@ You can add any other [engine-args][engine-args] you need after the image tag (`
create a custom Dockerfile on top of the base image with an extra layer that installs them:
```Dockerfile
FROM vllm/vllm-openai:v0.8.3
FROM vllm/vllm-openai:v0.9.0
# 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]==0.8.3
RUN uv pip install --system vllm[audio]==0.9.0
```
!!! tip
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment