Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -61,7 +61,7 @@ RUN pip install vllm==0.10.0 uv setuptools torch torchvision torchaudio --extra-
|
|
61 |
|
62 |
# Then, install xformers with the --no-build-isolation flag
|
63 |
RUN uv pip install --system \
|
64 |
-
--no-build-isolation "git+https://github.com/facebookresearch
|
65 |
|
66 |
RUN useradd -m appuser
|
67 |
USER appuser
|
|
|
61 |
|
62 |
# Then, install xformers with the --no-build-isolation flag
|
63 |
RUN uv pip install --system \
|
64 |
+
--no-build-isolation "git+https://github.com/facebookresearch/xformers@v0.0.31"
|
65 |
|
66 |
RUN useradd -m appuser
|
67 |
USER appuser
|