Skip to content

Commit

Permalink
Use release 4.9.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Mar 14, 2024
1 parent 5536005 commit fe8b123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal
pyenv global 3.11.4 && \
pyenv rehash

# Note: We can upgrade to the latest version of scikit-build after the next opencv-python release
RUN pip install --upgrade pip auditwheel==5.1.2 setuptools numpy scikit-build==0.13.1
RUN pip install --upgrade pip auditwheel==5.1.2 setuptools numpy scikit-build==0.17.6

VOLUME [ "/input", "/output" ]
WORKDIR /input
Expand Down
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

if [ ! -d opencv-python ]; then
git clone https://github.com/opencv/opencv-python.git -b 64 --depth 1 --single-branch
git clone https://github.com/opencv/opencv-python.git -b 80 --depth 1 --single-branch
(cd opencv-python && git submodule update --init --depth 1)
fi

Expand Down

0 comments on commit fe8b123

Please sign in to comment.