Skip to content

Commit b7c5339

Browse files
committed
feat: add pip to alpine and fedora images
1 parent 4b99a6f commit b7c5339

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN set -ex \
2222
libtbb@testing libtbb-dev@testing \
2323
eigen eigen-dev \
2424
tesseract-ocr tesseract-ocr-data-por tesseract-ocr-dev \
25-
python3-dev \
25+
py3-pip python3-dev \
2626
linux-headers \
2727
&& pip install -q numpy \
2828
&& wget -q https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip \

fedora/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN set -ex \
2020
openblas openblas-devel \
2121
protobuf protobuf-devel \
2222
tesseract tesseract-langpack-por tesseract-devel \
23-
python3-numpy python3-devel \
23+
python3-pip python3-numpy python3-devel \
2424
kernel-headers \
2525
&& wget -q https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip \
2626
&& wget -q https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip -O opencv_contrib.zip \

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Docker images with OpenCV and Python bindings
77

88
- [OpenCV](https://github.com/opencv/opencv) + [contrib](https://github.com/opencv/opencv_contrib)
9+
- pip
910
- Numpy
1011
- Tesseract
1112
- Eigen

0 commit comments

Comments
 (0)