Dmitry Beresnev commited on
Commit
9345f95
·
1 Parent(s): 55e1aa1

Force Docker rebuild for web search dependencies

Browse files

Increment CACHEBUST to force fresh build with duckduckgo-search,
beautifulsoup4, and lxml packages. Add example web client

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
11
 
12
  # Clone and build llama.cpp with MINIMAL optimizations (fast build)
13
  WORKDIR /build
14
- ARG CACHEBUST=3
15
  RUN git clone https://github.com/ggerganov/llama.cpp.git && \
16
  cd llama.cpp && \
17
  cmake -B build -DCMAKE_BUILD_TYPE=Release \
 
11
 
12
  # Clone and build llama.cpp with MINIMAL optimizations (fast build)
13
  WORKDIR /build
14
+ ARG CACHEBUST=4
15
  RUN git clone https://github.com/ggerganov/llama.cpp.git && \
16
  cd llama.cpp && \
17
  cmake -B build -DCMAKE_BUILD_TYPE=Release \