Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@ RUN apt update && apt install -y cmake
|
|
4 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
5 |
WORKDIR llama.cpp
|
6 |
|
|
|
7 |
RUN mkdir build
|
8 |
WORKDIR build
|
9 |
RUN cmake .. -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS -DLLAMA_NATIVE=ON
|
|
|
4 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
5 |
WORKDIR llama.cpp
|
6 |
|
7 |
+
RUN git checkout 438c2ca83045a00ef244093d27e9ed41a8cb4ea9
|
8 |
RUN mkdir build
|
9 |
WORKDIR build
|
10 |
RUN cmake .. -DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS -DLLAMA_NATIVE=ON
|