Skip to content

Commit df7995e

Browse files
committed
picamera2
1 parent c57eca5 commit df7995e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docker/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ FROM balenalib/raspberrypi3:bookworm-20240227
33
ENV QEMU_CPU=max
44
ENV DEBIAN_FRONTEND=noninteractive
55

6+
RUN install_packages gnupg
7+
8+
RUN echo "deb http://archive.raspberrypi.org/debian/ bookworm main" > /etc/apt/sources.list.d/raspi.list \
9+
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 82B129927FA3303E
10+
611
RUN install_packages \
712
build-essential \
813
procps \

docker/Dockerfile.arm64

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ FROM balenalib/raspberrypi3-64:bookworm-20240401
33
ENV QEMU_CPU=max
44
ENV DEBIAN_FRONTEND=noninteractive
55

6+
RUN install_packages gnupg
7+
8+
RUN echo "deb http://archive.raspberrypi.org/debian/ bookworm main" > /etc/apt/sources.list.d/raspi.list \
9+
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 82B129927FA3303E
10+
611
RUN install_packages \
712
build-essential \
813
procps \
@@ -20,8 +25,7 @@ RUN install_packages \
2025
libatlas-base-dev \
2126
libhdf5-dev \
2227
alsa-utils \
23-
espeak \
24-
libcap-dev
28+
espeak
2529
RUN install_packages \
2630
libharfbuzz-bin \
2731
webp \

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ protobuf==4.25.2
2424
opencv-contrib-python-headless==4.9.0.80
2525
tflite-runtime
2626
pytesseract==0.3.10
27-
picamera2==0.3.17
2827
pyzbar==0.1.9

0 commit comments

Comments
 (0)