We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03afa44 commit 3414f6bCopy full SHA for 3414f6b
Dockerfile
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
11
poppler-utils ffmpeg libavcodec-extra \
12
unzip \
13
libpq-dev postgresql-client postgresql-client-common python3-psycopg2 \
14
+ libgl1-mesa-dev libgtk2.0-dev \
15
&& rm -rf /var/lib/apt/lists/*
16
17
# set locale
@@ -40,7 +41,7 @@ RUN wget https://github.com/gramps-project/addons/archive/refs/heads/master.zip
40
41
42
# install OpenCV
43
RUN python3 -m pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple \
- opencv-python numpy
44
+ opencv-python
45
46
# install gunicorn
47
0 commit comments