mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-01 19:00:33 +02:00
Update 98-oldcpu.sh
This commit is contained in:
@@ -11,7 +11,7 @@ if [[ "$(uname -m)" = "x86_64" ]]; then
|
|||||||
bashio::log.warning "Trying to install tensorflow instead of tflite_runtime instead"
|
bashio::log.warning "Trying to install tensorflow instead of tflite_runtime instead"
|
||||||
mkdir -p /home/pi/.cache/pip
|
mkdir -p /home/pi/.cache/pip
|
||||||
chmod 777 /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 uninstall -y tflite_runtime
|
||||||
pip3 install tensorflow
|
pip3 install tensorflow
|
||||||
deactivate
|
deactivate
|
||||||
|
|||||||
Reference in New Issue
Block a user