This commit is contained in:
ed
2026-05-26 18:16:37 +00:00
parent 62dc833273
commit ce33a88e25
7 changed files with 67 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ RUN apk add -U !pyc ${ADD_PKG} \
py3-wheel py3-numpy-dev \
vamp-sdk-dev \
&& rm -f /usr/lib/python3*/EXTERNALLY-MANAGED \
&& python3 -m pip install pyvips \
&& python3 -m pip install pyvips --no-build-isolation \
&& bash install-deps.sh \
&& apk del py3-pip .bd \
&& chmod 777 /root \