This commit is contained in:
Joseph Cheung 2023-02-28 20:33:54 +08:00
parent c1f0d0b2a2
commit a8c847ebe6

View file

@ -45,6 +45,8 @@ RUN apk add --no-cache -t build-dependencies \
uwsgi \ uwsgi \
uwsgi-python3 \ uwsgi-python3 \
brotli \ brotli \
py3-scipy \
py3-numpy \
&& pip3 install --no-cache -r requirements.txt \ && pip3 install --no-cache -r requirements.txt \
&& apk del build-dependencies \ && apk del build-dependencies \
&& rm -rf /root/.cache && rm -rf /root/.cache