Use opencv-python-headless

This commit is contained in:
Davide Depau 2023-09-15 00:51:00 +02:00
parent 0e0ad8b935
commit 5107b8764a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:23.04
ARG DPKG_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y python3 python3-pip libgl1 libegl1
RUN apt-get update && apt-get install -y python3 python3-pip
COPY requirements.txt /app/
WORKDIR /app
RUN pip3 install -r requirements.txt --break-system-packages

View File

@ -1,4 +1,4 @@
pytapo
python-telegram-bot
opencv-python
opencv-python-headless
aiohttp