spuun commited on
Commit
2ab9e05
·
1 Parent(s): 8276f8e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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