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 Aug 4, 2019
1 parent 1e0d953 commit d00e011
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts.d/40_install_CoralTPU
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,10 @@ EOF

chmod +x ./install.sh
./install.sh || exit 1

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

cd /usr/local/lib/python3.7/dist-packages/edgetpu/swig/ || exit 1

cp _edgetpu_cpp_wrapper.cpython-35m-arm-linux-gnueabihf.so _edgetpu_cpp_wrapper.cpython-37m-arm-linux-gnueabihf.so
exit 0

0 comments on commit d00e011

Please sign in to comment.