Update 98-oldcpu.sh

This commit is contained in:
Alexandre
2025-03-06 12:05:50 +01:00
committed by GitHub
parent 5c7bd08a7c
commit 8b021c0a8e

View File

@@ -29,7 +29,7 @@ if [[ "$(uname -m)" = "x86_64" ]]; then
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 install "tensorflow==2.15"
pip3 install "tensorflow==1.5"
deactivate
fi
fi