light-infer-chat commited on
Commit
7ccbc25
·
1 Parent(s): d688beb
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
28
  pip install --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu && \
29
  python -m spacy download en_core_web_sm
30
 
31
- RUN git clone --depth 1 --branch v2025.4.28 https://github.com/searxng/searxng.git /tmp/searxng && \
32
  cd /tmp/searxng && \
33
  pip install --no-cache-dir --use-pep517 --no-build-isolation -e . && \
34
  rm -rf /tmp/searxng/.git
 
28
  pip install --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu && \
29
  python -m spacy download en_core_web_sm
30
 
31
+ RUN git clone --depth 1 --branch master https://github.com/searxng/searxng.git /tmp/searxng && \
32
  cd /tmp/searxng && \
33
  pip install --no-cache-dir --use-pep517 --no-build-isolation -e . && \
34
  rm -rf /tmp/searxng/.git