[Doc]Update image to latest version (#16186)
Signed-off-by: WangErXiao <863579016@qq.com>
This commit is contained in:
parent
dc3529dbf6
commit
8017c8db7f
@ -34,11 +34,11 @@ If you need to use those dependencies (having accepted the license terms),
|
|||||||
create a custom Dockerfile on top of the base image with an extra layer that installs them:
|
create a custom Dockerfile on top of the base image with an extra layer that installs them:
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
FROM vllm/vllm-openai:v0.8.2
|
FROM vllm/vllm-openai:v0.8.3
|
||||||
|
|
||||||
# e.g. install the `audio` and `video` optional dependencies
|
# e.g. install the `audio` optional dependencies
|
||||||
# NOTE: Make sure the version of vLLM matches the base image!
|
# NOTE: Make sure the version of vLLM matches the base image!
|
||||||
RUN uv pip install --system vllm[audio,video]==0.8.2
|
RUN uv pip install --system vllm[audio]==0.8.3
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user