Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
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/
|
|
|
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" | sudo 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/
|