Skip to content

Commit

Permalink
feat: add pip to alpine and fedora images
Browse files Browse the repository at this point in the history
  • Loading branch information
gigante committed Apr 15, 2024
1 parent 4b99a6f commit b7c5339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -ex \
libtbb@testing libtbb-dev@testing \
eigen eigen-dev \
tesseract-ocr tesseract-ocr-data-por tesseract-ocr-dev \
python3-dev \
py3-pip python3-dev \
linux-headers \
&& pip install -q numpy \
&& wget -q https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip \
Expand Down
2 changes: 1 addition & 1 deletion fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -ex \
openblas openblas-devel \
protobuf protobuf-devel \
tesseract tesseract-langpack-por tesseract-devel \
python3-numpy python3-devel \
python3-pip python3-numpy python3-devel \
kernel-headers \
&& wget -q https://github.com/opencv/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip \
&& wget -q https://github.com/opencv/opencv_contrib/archive/${OPENCV_VERSION}.zip -O opencv_contrib.zip \
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Docker images with OpenCV and Python bindings

- [OpenCV](https://github.com/opencv/opencv) + [contrib](https://github.com/opencv/opencv_contrib)
- pip
- Numpy
- Tesseract
- Eigen
Expand Down

0 comments on commit b7c5339

Please sign in to comment.