From 5107b8764a0b929e367774ab566133c87ce2241f Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Fri, 15 Sep 2023 00:51:00 +0200 Subject: [PATCH] Use opencv-python-headless --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b1343dd..080c2d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/requirements.txt b/requirements.txt index e928e61..a3852d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pytapo python-telegram-bot -opencv-python +opencv-python-headless aiohttp \ No newline at end of file