From d39f447373e1a268f5383c8821ac3780c5584bf0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:41:05 +0100 Subject: [PATCH] Update Dockerfile --- birdnet-pi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index cb43fc64c..91f596453 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -29,7 +29,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \ XDG_RUNTIME_DIR="/run/user/1000" \ PYTHON_VIRTUAL_ENV="/home/pi/BirdNET-Pi/birdnet/bin/python3" \ my_dir=/home/pi/BirdNET-Pi/scripts \ - MPLCONFIGDIR="/tmp/.cache/matplotlib" \ + MPLCONFIGDIR="/tmp/matplotlib" \ LANGUAGE=en_US:en # Global LSIO modifications