Skip to content

Commit 03afa44

Browse files
committed
Add numpy to docker file
1 parent e3d60dd commit 03afa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN wget https://github.com/gramps-project/addons/archive/refs/heads/master.zip
4040

4141
# install OpenCV
4242
RUN python3 -m pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple \
43-
opencv-python
43+
opencv-python numpy
4444

4545
# install gunicorn
4646
RUN python3 -m pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple \

0 commit comments

Comments
 (0)