Skip to content

Commit

Permalink
update openblas
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Dec 21, 2024
1 parent c19855c commit ea98b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/numpy/Dockerfile.stage1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/bjia56/armv7l-wheel-builder:main

WORKDIR /
RUN wget -q https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz && \
tar xf OpenBLAS-0.3.23.tar.gz && \
cd OpenBLAS-0.3.23 && \
RUN wget -q https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.28/OpenBLAS-0.3.28.tar.gz && \
tar xf OpenBLAS-0.3.28.tar.gz && \
cd OpenBLAS-0.3.28 && \
mkdir -p /tmp/vendor && \
make PREFIX=/tmp/vendor TARGET=ARMV7 -j4 && \
make PREFIX=/tmp/vendor TARGET=ARMV7 install
Expand Down

0 comments on commit ea98b86

Please sign in to comment.