Add libusb-1.0-0 for 'tflite_support' package (#3785)

This commit is contained in:
Glenn Jocher
2023-07-17 13:10:34 +02:00
committed by GitHub
parent e8030316f6
commit 9b723d7cfa
4 changed files with 10 additions and 10 deletions

View File

@ -9,9 +9,9 @@ FROM ubuntu:lunar-20230615
ADD https://ultralytics.com/assets/Arial.ttf https://ultralytics.com/assets/Arial.Unicode.ttf /root/.config/Ultralytics/
# Install linux packages
# g++ required to build 'tflite_support' and 'lap' packages
# g++ required to build 'tflite_support' and 'lap' packages, libusb-1.0-0 required for 'tflite_support' package
RUN apt update \
&& apt install --no-install-recommends -y python3-pip git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg g++
&& apt install --no-install-recommends -y python3-pip git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg g++ libusb-1.0-0
# RUN alias python=python3
# Create working directory