muryshev commited on
Commit
9bb1c4c
·
verified ·
1 Parent(s): adc581b

Update Dockerfile

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