Commit
·
f5a4c3a
1
Parent(s):
77393bd
max jobs
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ COPY . .
|
|
16 |
# Install Python dependencies
|
17 |
RUN pip install --upgrade pip && \
|
18 |
pip install --no-cache-dir -r requirements.txt && \
|
19 |
-
pip install
|
20 |
|
21 |
# Make script executable and move it to PATH
|
22 |
RUN install -m 755 sft.py /usr/local/bin/sft
|
|
|
16 |
# Install Python dependencies
|
17 |
RUN pip install --upgrade pip && \
|
18 |
pip install --no-cache-dir -r requirements.txt && \
|
19 |
+
MAX_JOBS=4 pip install flash-attn --use-pep517 --no-build-isolation
|
20 |
|
21 |
# Make script executable and move it to PATH
|
22 |
RUN install -m 755 sft.py /usr/local/bin/sft
|