@@ -22,20 +22,22 @@ RUN cd /tmp && \
2222 dpkg -i libjasper-dev_2.0.16-0+Debian.buster.10_amd64.deb || apt-get install -y -f && \
2323 dpkg -i libfreetype6-dev_2.9.1-3+deb10u1_amd64.deb || apt-get install -y -f
2424
25- RUN apt-get install -y --no-install-recommends build-essential feh pkg-config libjpeg-dev zlib1g-dev \
25+ RUN DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
26+ build-essential feh pkg-config libjpeg-dev zlib1g-dev \
2627 libxml2 libopenjp2-7 \
2728 libatlas-base-dev libqtgui4 libqt4-test python3-pip \
28- python3-dev python3-setuptools python3-wheel python3-numpy python3-pil python3-matplotlib python3-zmq
29-
30- #install live camera libraries
31- RUN DEBIAN_FRONTEND=noninteractive apt-get install -yq \
29+ python3-dev python3-setuptools python3-wheel python3-numpy \
30+ python3-pil python3-matplotlib python3-zmq \
3231 libgstreamer1.0-0 gstreamer1.0-tools \
3332 gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
3433 gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly v4l-utils \
3534 cmake git libgtk-3.0 libavformat-dev \
35+ libavdevice-dev libv4l-dev iblapack-dev
3636 libavcodec-dev libswscale-dev libtbb2 libtbb-dev libpng-dev \
3737 libtiff-dev libdc1394-22-dev libhdf5-dev libhdf5-serial-dev \
38- python3-edgetpu libedgetpu1-legacy-std
38+ python3-edgetpu libedgetpu1-legacy-std \
39+ x265 libx265-dev libnuma-dev libx264-dev libvpx-dev libfdk-aac-dev \
40+ x264 libmp3lame-dev libopus-dev
3941
4042WORKDIR /usr/src/app
4143#loading pretrained models
0 commit comments