Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,8 @@ RUN ln -sf /usr/bin/python3.10 /usr/bin/python && \
|
|
| 22 |
|
| 23 |
# Install uv and ensure it's available in this layer
|
| 24 |
RUN curl -Ls https://astral.sh/uv/install.sh | bash && \
|
| 25 |
-
/root/.local/bin/uv pip install 'vllm[audio]' --extra-index-url https://wheels.vllm.ai/nightly
|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
# Optional: install Hugging Face tools
|
|
|
|
| 22 |
|
| 23 |
# Install uv and ensure it's available in this layer
|
| 24 |
RUN curl -Ls https://astral.sh/uv/install.sh | bash && \
|
| 25 |
+
/root/.local/bin/uv pip install --system 'vllm[audio]' --extra-index-url https://wheels.vllm.ai/nightly
|
| 26 |
+
|
| 27 |
|
| 28 |
|
| 29 |
# Optional: install Hugging Face tools
|