Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
  • Loading branch information
DarkLight1337 committed Feb 22, 2025
1 parent 03b49d8 commit 0970da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ memory to share data between processes under the hood, particularly for tensor p
Optional dependencies are not included in order to avoid licensing issues (e.g. <gh-issue:8030>).

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.

For example, to include the `audio` and `video` optional dependencies:
create a custom Dockerfile on top of the base image with an extra layer that installs them:

```Dockerfile
# You can choose other base images depending on your use case
FROM vllm/vllm-openai:latest

# e.g. install the `audio` and `video` optional dependencies
RUN uv pip install --system vllm[audio,video]
```

Expand Down

0 comments on commit 0970da6

Please sign in to comment.