File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
MB_ML_VER : 2014
42
42
TRAVIS_BUILD_DIR : ${{ github.workspace }}
43
43
CONFIG_PATH : travis_config.sh
44
- DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250611
44
+ DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
45
45
USE_CCACHE : 0
46
46
UNICODE_WIDTH : 32
47
47
PLAT : x86_64
@@ -134,7 +134,7 @@ jobs:
134
134
NP_TEST_DEP : numpy==1.19.4
135
135
TRAVIS_BUILD_DIR : ${{ github.workspace }}
136
136
CONFIG_PATH : travis_config.sh
137
- DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250611
137
+ DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-x86-64:20250630
138
138
USE_CCACHE : 1
139
139
UNICODE_WIDTH : 32
140
140
SDIST : ${{ matrix.build_sdist || 0 }}
Original file line number Diff line number Diff line change 42
42
MB_ML_VER : 2014
43
43
TRAVIS_BUILD_DIR : ${{ github.workspace }}
44
44
CONFIG_PATH : travis_config.sh
45
- DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-aarch64:20250611
45
+ DOCKER_IMAGE : quay.io/opencv-ci/opencv-python-manylinux2014-aarch64:20250630
46
46
USE_CCACHE : 0
47
47
UNICODE_WIDTH : 32
48
48
SDIST : ${{ matrix.build_sdist || 0 }}
Original file line number Diff line number Diff line change 1
- # Version: 20250611
1
+ # Version: 20250630
2
2
# Image name: quay.io/opencv-ci/opencv-python-manylinux2014-aarch64
3
3
4
4
FROM quay.io/pypa/manylinux2014_aarch64:latest
@@ -21,7 +21,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
21
21
RUN yum install zlib-devel curl-devel xcb-util-renderutil-devel xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel mesa-libGL-devel libxkbcommon-devel libxkbcommon-x11-devel libXi-devel lapack-devel epel-release -y && \
22
22
yum install openblas-devel dejavu-sans-fonts -y && \
23
23
cp /usr/include/lapacke/lapacke*.h /usr/include/ && \
24
- curl https://raw.githubusercontent.com/xianyi/OpenBLAS/v0.3.3/cblas.h -o /usr/include/cblas.h && \
24
+ cp /usr/include/openblas/*.h /usr/include/ && \
25
25
# libpng will be built from source
26
26
yum remove libpng -y
27
27
Original file line number Diff line number Diff line change 1
- # Version: 20250611
1
+ # Version: 20250630
2
2
# Image name: quay.io/opencv-ci/opencv-python-manylinux2014-x86-64
3
3
4
4
FROM quay.io/pypa/manylinux2014_x86_64:latest
@@ -20,8 +20,8 @@ ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
20
20
# epel-release need for aarch64 to get openblas packages
21
21
RUN yum install zlib-devel curl-devel xcb-util-renderutil-devel xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel xcb-util-wm-devel mesa-libGL-devel libxkbcommon-devel libxkbcommon-x11-devel libXi-devel lapack-devel epel-release -y && \
22
22
yum install openblas-devel dejavu-sans-fonts -y && \
23
+ cp /usr/include/openblas/*.h /usr/include/ && \
23
24
cp /usr/include/lapacke/lapacke*.h /usr/include/ && \
24
- curl https://raw.githubusercontent.com/xianyi/OpenBLAS/v0.3.3/cblas.h -o /usr/include/cblas.h && \
25
25
# libpng will be built from source
26
26
yum remove libpng -y
27
27
You can’t perform that action at this time.
0 commit comments