diff options
author | Alexandre Flament <alex@al-f.net> | 2022-12-26 08:30:03 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-12-26 18:44:21 +0000 |
commit | ec4237586db661f023df30f0ffee2a7f8761ceaa (patch) | |
tree | b31260eb8c264c108b907f577b8522bbb54c45d5 /Dockerfile | |
parent | b92748219504e67b18771b9831ffcebe76cca62f (diff) | |
download | searxng-ec4237586db661f023df30f0ffee2a7f8761ceaa.tar.gz searxng-ec4237586db661f023df30f0ffee2a7f8761ceaa.zip |
Use fasttext-predict instead of fasttext or fasttext-wheel
See https://github.com/searxng/fasttext-predict
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile index ece20c86b..66f58395d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,6 @@ RUN apk add --no-cache -t build-dependencies \ su-exec \ python3 \ py3-pip \ - py3-numpy \ libxml2 \ libxslt \ openssl \ @@ -44,8 +43,6 @@ RUN apk add --no-cache -t build-dependencies \ uwsgi \ uwsgi-python3 \ brotli \ - && pip3 install --no-cache setuptools wheel \ - && sed -i s/fasttext-wheel/fasttext/ requirements.txt \ && pip3 install --no-cache -r requirements.txt \ && apk del build-dependencies \ && rm -rf /root/.cache |