1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

add numpy to armv7

This commit is contained in:
Alex Xu
2024-11-16 20:09:36 -08:00
committed by GitHub
parent 3b7e8dc9a5
commit f5a5624112

View File

@@ -126,7 +126,7 @@ RUN set -x && \
# Install required python modules
python -m pip install --upgrade pip && \
python -m venv /opt/venv && \
python -m pip install --upgrade pillow psutil requests python-slugify raven packaging mozjpeg-lossless-optimization natsort distro
python -m pip install --upgrade pillow psutil requests python-slugify raven packaging mozjpeg-lossless-optimization natsort distro numpy
######################################################################################