Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -57,7 +57,7 @@ RUN python3 --version && python3 -m pip --version
|
|
57 |
# RUN pip install --upgrade pip
|
58 |
|
59 |
# Install uv, setuptools, and torch for xformers
|
60 |
-
RUN pipx install uv
|
61 |
|
62 |
|
63 |
# Install vLLM
|
|
|
57 |
# RUN pip install --upgrade pip
|
58 |
|
59 |
# Install uv, setuptools, and torch for xformers
|
60 |
+
RUN pipx install uv && pipx ensurepath
|
61 |
|
62 |
|
63 |
# Install vLLM
|