Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -55,7 +55,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
55 |
RUN pip uninstall -y flash-attn || true
|
56 |
|
57 |
# Build from source so it links correctly
|
58 |
-
RUN pip install flash-attn --no-build-isolation --no-cache-dir
|
59 |
|
60 |
# Copy project code
|
61 |
COPY . .
|
|
|
55 |
RUN pip uninstall -y flash-attn || true
|
56 |
|
57 |
# Build from source so it links correctly
|
58 |
+
RUN pip install flash-attn<2.8 --no-build-isolation --no-cache-dir
|
59 |
|
60 |
# Copy project code
|
61 |
COPY . .
|