mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 15:51:50 +02:00
Use tensorflow
This commit is contained in:
@@ -29,7 +29,7 @@ if [[ "$(uname -m)" = "x86_64" ]]; then
|
|||||||
mkdir -p /home/pi/.cache/pip || true &>/dev/null
|
mkdir -p /home/pi/.cache/pip || true &>/dev/null
|
||||||
chmod 777 /home/pi/.cache/pip || true &>/dev/null
|
chmod 777 /home/pi/.cache/pip || true &>/dev/null
|
||||||
pip3 uninstall -y tflite_runtime
|
pip3 uninstall -y tflite_runtime
|
||||||
pip3 install "tensorflow==1.5"
|
pip3 install --upgrade --force-reinstall "https://github.com/snowzach/tensorflow-multiarch/releases/download/v2.16.1/tensorflow-2.16.1-cp311-cp311-linux_x86_64.whl"
|
||||||
deactivate
|
deactivate
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user