We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e27a8 commit abdfa64Copy full SHA for abdfa64
scripts.d/40_install_CoralTPU
@@ -48,5 +48,7 @@ ldconfig
48
# Python API.
49
WHEEL="$(ls "${SCRIPT_DIR}/edgetpu-*-py3-none-any.whl" 2>/dev/null)"
50
if [ $? = 0 ]; then
51
- sudo python3 -m pip install --no-deps "${WHEEL}"
+ python3 -m pip install --no-deps "${WHEEL}"
52
fi
53
+
54
+cd .. && rm -rf edgetpu_api && rm -f edgetpu_api.tar.gz || exit 1
0 commit comments