Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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.
|
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" \
|