yusufs commited on
Commit
fa1e56c
·
verified ·
1 Parent(s): 8f6f4c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM vllm/vllm-openai:v0.10.0
3
 
4
  # e.g. install the `audio` optional dependencies
5
  # NOTE: Make sure the version of vLLM matches the base image!
6
- RUN uv pip install --system vllm[audio]==0.9.0
7
 
8
  # Export for runtime environment
9
  CMD vllm serve "meta-llama/Llama-3.2-3B-Instruct" \
 
3
 
4
  # e.g. install the `audio` optional dependencies
5
  # NOTE: Make sure the version of vLLM matches the base image!
6
+ RUN uv pip install --system vllm[audio]==0.10.0
7
 
8
  # Export for runtime environment
9
  CMD vllm serve "meta-llama/Llama-3.2-3B-Instruct" \