Commit
·
7b200fc
1
Parent(s):
0487d89
Fix flash-attn build by installing packaging early
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 15 |
# Update pip
|
| 16 |
RUN pip install --upgrade pip
|
| 17 |
|
| 18 |
-
RUN pip install packaging
|
| 19 |
|
| 20 |
# Copy requirements.txt and install dependencies
|
| 21 |
COPY requirements.txt .
|
|
|
|
| 15 |
# Update pip
|
| 16 |
RUN pip install --upgrade pip
|
| 17 |
|
| 18 |
+
RUN pip install packaging torch==2.4.1
|
| 19 |
|
| 20 |
# Copy requirements.txt and install dependencies
|
| 21 |
COPY requirements.txt .
|