Skip to content

Commit

Permalink
Update 40_install_CoralTPU
Browse files Browse the repository at this point in the history
  • Loading branch information
vers4ce authored Jul 25, 2019
1 parent 44e27a8 commit abdfa64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts.d/40_install_CoralTPU
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ ldconfig
# Python API.
WHEEL="$(ls "${SCRIPT_DIR}/edgetpu-*-py3-none-any.whl" 2>/dev/null)"
if [ $? = 0 ]; then
sudo python3 -m pip install --no-deps "${WHEEL}"
python3 -m pip install --no-deps "${WHEEL}"
fi

cd .. && rm -rf edgetpu_api && rm -f edgetpu_api.tar.gz || exit 1

0 comments on commit abdfa64

Please sign in to comment.