Update 98-oldcpu.sh

This commit is contained in:
Alexandre
2025-03-05 20:13:01 +01:00
committed by GitHub
parent e44e22d1c4
commit 78114e7d5c

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.16.1 &>/dev/null
pip3 install "tensorflow==2.15"
deactivate
fi
fi