File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 66Docker 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
You can’t perform that action at this time.
0 commit comments