Update 98-oldcpu.sh

This commit is contained in:
Alexandre
2025-03-03 18:07:32 +01:00
committed by GitHub
parent 181d0e0454
commit a74a24d4fd

View File

@@ -11,7 +11,7 @@ if [[ "$(uname -m)" = "x86_64" ]]; then
bashio::log.warning "Trying to install tensorflow instead of tflite_runtime instead"
mkdir -p /home/pi/.cache/pip
chmod 777 /home/pi/.cache/pip
source BirdNET-Pi/birdnet/bin/activate
source /home/pi/BirdNET-Pi/birdnet/bin/activate
pip3 uninstall -y tflite_runtime
pip3 install tensorflow
deactivate