Skip to content

Commit

Permalink
Update 01-oldcpu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Dec 10, 2024
1 parent f85fdae commit 014da9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions birdnet-pi/rootfs/etc/cont-init.d/01-oldcpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ if lscpu | grep -q avx2; then
bashio::log.warning "NON SUPPORTED CPU DETECTED"
bashio::log.warning "Your cpu doesn't support avx2, the analyzer service will likely won't work"
bashio::log.warning "Trying to install tensorflow instead of tflite_runtime instead"
$PYTHON_VIRTUAL_ENV pip3 uninstall -y tflite_runtime
$PYTHON_VIRTUAL_ENV pip3 install tensorflow
$PYTHON_VIRTUAL_ENV /usr/bin/pip3 uninstall -y tflite_runtime
$PYTHON_VIRTUAL_ENV /usr/bin/pip3 install tensorflow
fi

0 comments on commit 014da9e

Please sign in to comment.