Skip to content

Commit c96fc69

Browse files
authored
Update Dockerfile
1 parent d7b856d commit c96fc69

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /workspace
88
ENV CUDA_HOME=/usr/local/cuda
99

1010
# 安装依赖
11-
RUN apt update -y
11+
RUN apt update -y && apt install -y apt-utils && apt upgrade -y
1212
RUN apt install -y --no-install-recommends \
1313
libtbb-dev \
1414
libssl-dev \
@@ -28,9 +28,6 @@ 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-
3431
# 克隆代码
3532
RUN git clone https://github.com/kvcache-ai/ktransformers.git
3633
# 清理 apt 缓存

0 commit comments

Comments
 (0)