We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6272dfe commit 0d0eacaCopy full SHA for 0d0eaca
Dockerfile
@@ -5,7 +5,7 @@ COPY README.txt ./
5
6
RUN apt update && apt install -y build-essential cmake ninja-build patchelf wget net-tools curl iputils-ping git git-lfs apt-utils
7
RUN wget https://github.com/IAMJOYBO/ktransformers/raw/refs/heads/main/CUDA.sh && bash CUDA.sh
8
-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
+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
9
10
ENV CUDA_HOME=/usr/local/cuda-12.6
11
0 commit comments