Skip to content

Commit d7b856d

Browse files
authored
Update Dockerfile
1 parent cf34221 commit d7b856d

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
@@ -29,7 +29,7 @@ RUN apt install -y --no-install-recommends \
2929
RUN wget https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-linux-x86_64.sh && echo y | bash cmake-4.0.1-linux-x86_64.sh && rm -rf cmake-4.0.1-linux-x86_64.sh
3030

3131
# 安装SageAttention2
32-
RUN git clone https://github.com/thu-ml/SageAttention.git && cd sageattention && python setup.py install
32+
RUN git clone https://github.com/thu-ml/SageAttention.git && cd SageAttention && python setup.py install
3333

3434
# 克隆代码
3535
RUN git clone https://github.com/kvcache-ai/ktransformers.git

0 commit comments

Comments
 (0)