mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
p
This commit is contained in:
parent
99c077cd5e
commit
a1adf4df86
3 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.11-alpine3.17
|
FROM alpine3.17
|
||||||
ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.sh"]
|
ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.sh"]
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
VOLUME /etc/searxng
|
VOLUME /etc/searxng
|
||||||
|
@ -47,6 +47,8 @@ RUN apk add --no-cache -t build-dependencies \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
uwsgi-python3 \
|
uwsgi-python3 \
|
||||||
brotli \
|
brotli \
|
||||||
|
py3-scipy \
|
||||||
|
py3-numpy \
|
||||||
&& curl https://sh.rustup.rs -sSf | sh -s -- -y \
|
&& curl https://sh.rustup.rs -sSf | sh -s -- -y \
|
||||||
&& pip3 install --no-cache -r requirements.txt \
|
&& pip3 install --no-cache -r requirements.txt \
|
||||||
&& apk del build-dependencies \
|
&& apk del build-dependencies \
|
||||||
|
|
|
@ -23,6 +23,4 @@ coloredlogs==15.0.1
|
||||||
requests
|
requests
|
||||||
markdown
|
markdown
|
||||||
tiktoken
|
tiktoken
|
||||||
scipy
|
|
||||||
numpy
|
|
||||||
git+https://github.com/luxtiasco/TextRank4ZH.git
|
git+https://github.com/luxtiasco/TextRank4ZH.git
|
|
@ -19,6 +19,4 @@ fasttext-predict==0.9.2.1
|
||||||
requests
|
requests
|
||||||
markdown
|
markdown
|
||||||
tiktoken
|
tiktoken
|
||||||
scipy
|
|
||||||
numpy
|
|
||||||
git+https://github.com/luxtiasco/TextRank4ZH.git
|
git+https://github.com/luxtiasco/TextRank4ZH.git
|
Loading…
Add table
Reference in a new issue