Skip to content

Commit cf34221

Browse files
authored
Update Dockerfile
1 parent cf3c94e commit cf34221

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ RUN apt install -y --no-install-recommends \
2828
# 安装CMake
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

31+
# 安装SageAttention2
32+
RUN git clone https://github.com/thu-ml/SageAttention.git && cd sageattention && python setup.py install
33+
3134
# 克隆代码
3235
RUN git clone https://github.com/kvcache-ai/ktransformers.git
3336
# 清理 apt 缓存

0 commit comments

Comments
 (0)