File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WORKDIR /workspace
88ENV 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
1212RUN 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
2929RUN 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# 克隆代码
3532RUN git clone https://github.com/kvcache-ai/ktransformers.git
3633# 清理 apt 缓存
You can’t perform that action at this time.
0 commit comments