Skip to content

Commit b2e8362

Browse files
committed
Update Dockerfile.ppc64le
Removing pinned setuptools version Signed-off-by: Md. Shafi Hussain <[email protected]>
1 parent c4637c4 commit b2e8362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.ppc64le

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
134134
source /opt/rh/gcc-toolset-13/enable && \
135135
git clone --recursive https://github.com/opencv/opencv-python.git -b ${OPENCV_VERSION} && \
136136
cd opencv-python && \
137-
sed -i 's/"setuptools==59.2.0",/"setuptools<70.0",/g' pyproject.toml && \
137+
sed -i -E -e 's/"setuptools.+",/"setuptools",/g' pyproject.toml && \
138138
cd opencv && git cherry-pick --no-commit $OPENCV_PATCH && cd .. && \
139139
python -m build --wheel --installer=uv --outdir /opencvwheels/
140140

0 commit comments

Comments
 (0)