Skip to content

Commit

Permalink
Update Dockerfile.stage2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Nov 3, 2023
1 parent 76e3fce commit 50a6a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/numpy/Dockerfile.stage2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN mkdir /numpy
WORKDIR /numpy
RUN select_python ${PYTHON_VERSION}
RUN pip3 install setuptools==49.2.0
RUN /repo/armv7l_build_wheels.sh ${PYTHON_VERSION} ${VERSION}
RUN export OPENBLAS=/tmp/vendor /repo/armv7l_build_wheels.sh ${PYTHON_VERSION} ${VERSION}

RUN mkdir -p ${OUTPUT_DIR} && \
cp build${PYTHON_VERSION}/wheelhouse/numpy*manylinux*armv7l.whl ${OUTPUT_DIR}

0 comments on commit 50a6a53

Please sign in to comment.