Skip to content

Commit

Permalink
one more...ARGHH
Browse files Browse the repository at this point in the history
  • Loading branch information
builderjer committed Sep 23, 2023
1 parent 40078f8 commit d41009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage-audio/02-voice/02-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
python_version=`python --version`
if [[ $python_version =~ ".9" ]]; then
echo "${python_version} Installing custom wheel"
pip3 install -U -f https://whl.smartgic.io/ tflite_runtime-2.14.0-cp39-cp39-linux_aarch64.whl
pip3 install -U -f https://whl.smartgic.io/ tflite_runtime
else
echo "${python_version} detected"
pip3 install -U -f tflite_runtime
Expand Down

0 comments on commit d41009e

Please sign in to comment.