mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-04 20:49:31 +08:00
install all py packages from pypi
This commit is contained in:
parent
4925c5b97a
commit
3228607e08
@ -5,32 +5,17 @@ if ! pip list 2> /dev/null | grep -q "pillow-heif" || ! pip list 2> /dev/null |
|
||||
echo "\
|
||||
ffmpeg \
|
||||
imagemagick \
|
||||
supervisor \
|
||||
py3-numpy \
|
||||
py3-pillow \
|
||||
py3-asn1crypto \
|
||||
py3-cffi \
|
||||
py3-scipy \
|
||||
py3-pynacl \
|
||||
py3-cryptography \
|
||||
py3-pip" >> /mod-repo-packages-to-install.list
|
||||
if [ $(arch) = "armv7l" ]; then
|
||||
echo "**** Installing build deps for pillow-heif on arm32v7, compiling pillow_heif may take a long time in the next step ****"
|
||||
echo "\
|
||||
python3-dev \
|
||||
libtool \
|
||||
git \
|
||||
gcc \
|
||||
m4 \
|
||||
perl \
|
||||
alpine-sdk \
|
||||
cmake \
|
||||
aom-dev" >> /mod-repo-packages-to-install.list
|
||||
fi
|
||||
supervisor" >> /mod-repo-packages-to-install.list
|
||||
echo "\
|
||||
pillow-heif \
|
||||
asn1crypto \
|
||||
cryptography \
|
||||
hexhamming \
|
||||
pywavelets" >> /mod-pip-packages-to-install.list
|
||||
numpy \
|
||||
pillow \
|
||||
pillow-heif \
|
||||
pynacl \
|
||||
pywavelets \
|
||||
scipy" >> /mod-pip-packages-to-install.list
|
||||
else
|
||||
echo "**** pillow-heif, hexhamming and pywavelets already installed, skipping ****"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user