This commit is contained in:
ed 2023-09-30 23:32:51 +00:00
parent fc9b729fc2
commit fae5a36e6f
10 changed files with 37 additions and 6 deletions

View file

@ -23,6 +23,7 @@ RUN apk add -U !pyc \
python3-dev ffmpeg-dev fftw-dev libsndfile-dev \
py3-wheel py3-numpy-dev \
vamp-sdk-dev \
&& rm -f /usr/lib/python3*/EXTERNALLY-MANAGED \
&& python3 -m pip install pyvips \
&& bash install-deps.sh \
&& apk del py3-pip .bd \