Orion-zhen commited on
Commit
64cbfb9
·
verified ·
1 Parent(s): 134802b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -47,8 +47,8 @@ RUN mkdir -p /app && mkdir -p /.cache
47
  RUN chmod -R 777 /.cache
48
 
49
  WORKDIR /app
50
- # RUN git clone https://github.com/ggml-org/llama.cpp.git
51
- RUN git clone https://github.com/ikawrakow/ik_llama.cpp.git llama.cpp
52
  WORKDIR /app/llama.cpp
53
  RUN cmake -B build \
54
  -DGGML_LTO=ON \
 
47
  RUN chmod -R 777 /.cache
48
 
49
  WORKDIR /app
50
+ RUN git clone https://github.com/ggml-org/llama.cpp.git
51
+ # RUN git clone https://github.com/ikawrakow/ik_llama.cpp.git llama.cpp
52
  WORKDIR /app/llama.cpp
53
  RUN cmake -B build \
54
  -DGGML_LTO=ON \