Skip to content

Commit 3fdb6e3

Browse files
authored
Update Dockerfile
1 parent 64f1beb commit 3fdb6e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ RUN apt install -y --no-install-recommends \
2323
wget \
2424
vim \
2525
gcc \
26-
g++ \
27-
cmake
26+
g++
27+
28+
# 安装CMake
29+
RUN wget https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-linux-x86_64.sh && bash cmake-4.0.1-linux-x86_64.sh && rm -rf cmake-4.0.1-linux-x86_64.sh
2830

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

0 commit comments

Comments
 (0)