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
|
FROM ubuntu:23.04
|
||||||
ARG DPKG_FRONTEND=noninteractive
|
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/
|
COPY requirements.txt /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip3 install -r requirements.txt --break-system-packages
|
RUN pip3 install -r requirements.txt --break-system-packages
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pytapo
|
pytapo
|
||||||
python-telegram-bot
|
python-telegram-bot
|
||||||
opencv-python
|
opencv-python-headless
|
||||||
aiohttp
|
aiohttp
|
Loading…
Reference in a new issue