Use opencv-python-headless
This commit is contained in:
parent
0e0ad8b935
commit
5107b8764a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pytapo
|
||||
python-telegram-bot
|
||||
opencv-python
|
||||
opencv-python-headless
|
||||
aiohttp
|
Loading…
Reference in a new issue