Skip to content

Commit

Permalink
Update 15_pkg_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vers4ce authored Aug 6, 2019
1 parent 966721d commit a3aa57c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions scripts.d/15_pkg_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ INSTALL_PACKAGES=(
net-tools # netstat
libffi-dev # for building docker-compose using pip
python3-coral-enviro # Coral environmental board
libusb-1.0-0 # For Coral TPU
python3-pip # For Coral TPU
python3-pil # For Coral TPU
python3-numpy # For Coral TPU
libc++1 # For Coral TPU
libc++abi1 # For Coral TPU
libunwind8 # For Coral TPU
libgcc1 # For Coral TPU
libusb-1.0-0 python3-pil python3-numpy libc++1 libc++abi1 libunwind8 libgcc1 # For Coral TPU
)

if [[ ${INSTALL_PACKAGES:-} ]] ; then
Expand Down

0 comments on commit a3aa57c

Please sign in to comment.