spuun commited on
Commit
28ac1de
·
1 Parent(s): 2ab9e05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -4,7 +4,6 @@ RUN apt update && apt install -y cmake
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
 
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