summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-12-26 08:30:03 +0000
committerAlexandre Flament <alex@al-f.net>2022-12-26 18:44:21 +0000
commitec4237586db661f023df30f0ffee2a7f8761ceaa (patch)
treeb31260eb8c264c108b907f577b8522bbb54c45d5 /Dockerfile
parentb92748219504e67b18771b9831ffcebe76cca62f (diff)
Use fasttext-predict instead of fasttext or fasttext-wheel
See https://github.com/searxng/fasttext-predict
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index ece20c86..66f58395 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