From d4204b09aa51a809a8ad9edf6c166496b2bd2940 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:06:28 +0100 Subject: [PATCH] Update Dockerfile --- birdnet-pi/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index d1e9c5ef3..063780567 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -95,8 +95,8 @@ RUN \ # Execute installer /./newinstaller.sh && \ \ - # Install dateparser and resampy, upgrade tflite and numpy - $PYTHON_VIRTUAL_ENV /usr/bin/pip3 install dateparser resampy tflite_runtime==2.14.0 numpy==1.25 && \ + # Install dateparser and resampy, upgrade numpy + $PYTHON_VIRTUAL_ENV /usr/bin/pip3 install dateparser resampy numpy==1.26.4 && \ \ # Adapt for lsio usage of /app if [ -d /app ]; then rm -r /app; fi && \