Update 98-oldcpu.sh

This commit is contained in:
Alexandre
2025-03-06 12:13:31 +01:00
committed by GitHub
parent db2d9004d6
commit 5ff7daf3d9

View File

@@ -28,7 +28,7 @@ if [[ "$(uname -m)" = "x86_64" ]]; then
source /home/pi/BirdNET-Pi/birdnet/bin/activate
mkdir -p /home/pi/.cache/pip || true &>/dev/null
chmod 777 /home/pi/.cache/pip || true &>/dev/null
pip3 uninstall -y tflite_runtime &>/dev/null
pip3 uninstall -y tflite_runtime
pip3 install "tensorflow==1.5"
deactivate
fi