Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -14,6 +14,8 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
14 |
|
15 |
COPY --chown=user . /app
|
16 |
|
|
|
|
|
17 |
RUN git clone https://github.com/ikawrakow/ik_llama.cpp.git
|
18 |
WORKDIR /app/ik_llama.cpp/
|
19 |
RUN cmake -B build -DGGML_NATIVE=1
|
|
|
14 |
|
15 |
COPY --chown=user . /app
|
16 |
|
17 |
+
RUN wget -qO- "https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
|
18 |
+
|
19 |
RUN git clone https://github.com/ikawrakow/ik_llama.cpp.git
|
20 |
WORKDIR /app/ik_llama.cpp/
|
21 |
RUN cmake -B build -DGGML_NATIVE=1
|