We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bdaf3 commit 01eee40Copy full SHA for 01eee40
docs/deployment/docker.md
@@ -46,11 +46,11 @@ You can add any other [engine-args][engine-args] you need after the image tag (`
46
create a custom Dockerfile on top of the base image with an extra layer that installs them:
47
48
```Dockerfile
49
- FROM vllm/vllm-openai:v0.8.3
+ FROM vllm/vllm-openai:v0.9.0
50
51
# e.g. install the `audio` optional dependencies
52
# NOTE: Make sure the version of vLLM matches the base image!
53
- RUN uv pip install --system vllm[audio]==0.8.3
+ RUN uv pip install --system vllm[audio]==0.9.0
54
```
55
56
!!! tip
0 commit comments