mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
remove scipy from aarch64
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# MediaDC - Docker mod for nextcloud
|
||||
|
||||
This mod adds the required and optional packages the [MediaDC](https://apps.nextcloud.com/apps/mediadc) nextcloud app needs to work.
|
||||
This mod adds the required and optional packages the [MediaDC](https://apps.nextcloud.com/apps/mediadc) nextcloud app needs to work. Optional dependency Scipy is only installed on x86_64 as there are no wheels available for arm64v8.
|
||||
|
||||
In nextcloud docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:nextcloud-mediadc`
|
||||
|
||||
|
||||
@@ -6,6 +6,9 @@ if ! pip list 2> /dev/null | grep -q "pillow-heif" || ! pip list 2> /dev/null |
|
||||
ffmpeg \
|
||||
imagemagick \
|
||||
supervisor" >> /mod-repo-packages-to-install.list
|
||||
if [ $(arch) = "x86_64" ]; then
|
||||
echo "scipy" >> /mod-pip-packages-to-install.list
|
||||
fi
|
||||
echo "\
|
||||
asn1crypto \
|
||||
cryptography \
|
||||
@@ -14,8 +17,7 @@ if ! pip list 2> /dev/null | grep -q "pillow-heif" || ! pip list 2> /dev/null |
|
||||
pillow \
|
||||
pillow-heif \
|
||||
pynacl \
|
||||
pywavelets \
|
||||
scipy" >> /mod-pip-packages-to-install.list
|
||||
pywavelets" >> /mod-pip-packages-to-install.list
|
||||
else
|
||||
echo "**** pillow-heif, hexhamming and pywavelets already installed, skipping ****"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user