summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-12-26 20:50:09 +0100
committerGitHub <noreply@github.com>2022-12-26 20:50:09 +0100
commit0d4896170f5ea16d23c7acfa271d989c1ce53a8d (patch)
treec3face46ae5cfd9a0dc3eefd4f12a4677f15b478 /Dockerfile
parente8f72d705209bee09738ba050aeb75927d663c84 (diff)
parentf3515041af527741cbdc383434d099c38e40dfba (diff)
Merge pull request #2047 from dalf/fasttext-predict
Use fasttext-predict instead of fasttext(-wheel)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
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