Skip to content

Commit ba55201

Browse files
authored
fix Dockerfile
1 parent 0298bee commit ba55201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN pip install -r /lightllm/requirements.txt --no-cache-dir --ignore-installed
4141
RUN pip install --no-cache-dir nvidia-nccl-cu12==2.25.1 # for allreduce hang issues in multinode H100
4242

4343
RUN git clone https://github.com/Dao-AILab/flash-attention.git -b v2.7.4.post1
44-
RUN cd flash-attention/hopper && NVCC_THREADS=128 python setup.py install
44+
RUN cd flash-attention/hopper && NVCC_THREADS=16 python setup.py install
4545

4646
COPY . /lightllm
4747
RUN pip install -e /lightllm --no-cache-dir

0 commit comments

Comments
 (0)