Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update --fix-missing && \
|
|
13 |
|
14 |
WORKDIR /build
|
15 |
|
16 |
-
RUN git clone https://github.com/ggerganov/llama.cpp.git
|
17 |
|
18 |
WORKDIR /build/llama.cpp
|
19 |
|
|
|
13 |
|
14 |
WORKDIR /build
|
15 |
|
16 |
+
RUN git clone --branch 821f0a271e7c9ee737945245dd7abfa22cc9b5b0 https://github.com/ggerganov/llama.cpp.git
|
17 |
|
18 |
WORKDIR /build/llama.cpp
|
19 |
|