Skip to content

Commit

Permalink
ci: build universal2 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 9, 2023
1 parent 4b27249 commit 17ff044
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/docker/linux/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ RUN conan install /tmp --build missing --build tesseract && \
conan remove --locks && \
chmod -R 777 ${CONAN_USER_HOME}

RUN python3 -m pip install --no-cache-dir build
RUN python3 -m pip install --no-cache-dir build && \
python3.8 -m pip install --no-cache-dir build && \
python3.9 -m pip install --no-cache-dir build && \
python3.10 -m pip install --no-cache-dir build && \
python3.11 -m pip install --no-cache-dir build

0 comments on commit 17ff044

Please sign in to comment.