File tree 2 files changed +32
-2
lines changed
2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ RUN install_packages \
38
38
libavformat59
39
39
RUN install_packages \
40
40
libopencv-dev \
41
+ python3-opencv \
41
42
zbar-tools \
42
43
libzbar0 \
43
44
sox \
@@ -53,9 +54,9 @@ RUN install_packages \
53
54
tesseract-ocr-deu
54
55
55
56
ENV READTHEDOCS=True
56
- ADD requirements .txt /tmp/.
57
+ ADD requirements_32 .txt /tmp/.
57
58
RUN pip install --break-system-packages --upgrade pip && \
58
- pip install --no-cache-dir --break-system-packages -r /tmp/requirements .txt
59
+ pip install --no-cache-dir --break-system-packages -r /tmp/requirements_32 .txt
59
60
60
61
RUN mkdir -p /coderbot && \
61
62
mkdir -p /coderbot/data && \
Original file line number Diff line number Diff line change
1
+ # API framework
2
+ connexion[uvicorn,flask,swagger-ui]==3.0.5
3
+ tinydb==4.8.0
4
+
5
+ # Misc utils
6
+ setuptools==69.2.0
7
+ event-channel==0.4.3
8
+ gpiozero==2.0.1
9
+ uptime==3.0.1
10
+
11
+ # IO extensions
12
+ pigpio==1.78
13
+ smbus2==0.4.3
14
+ spidev==3.6
15
+
16
+ # Audio
17
+ sox==1.4.1
18
+ PyAudio==0.2.14
19
+ pyalsaaudio==0.10.0
20
+
21
+ # Computer Vision
22
+ grpcio==1.68.0
23
+ numpy==2.1.3
24
+ Pillow==10.2.0
25
+ protobuf==4.25.2
26
+ #opencv-contrib-python-headless==4.10.0.84
27
+ tflite-runtime
28
+ pytesseract==0.3.10
29
+ pyzbar==0.1.9
You can’t perform that action at this time.
0 commit comments