Skip to content

Commit

Permalink
add numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jun 7, 2024
1 parent 778327a commit 5fae4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/onnxruntime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ENV LD=/opt/rh/devtoolset-10/root/usr/bin/ld
ENV PATH=/opt/rh/devtoolset-10/root/usr/bin:$PATH

WORKDIR /
RUN select_python ${PYTHON_VERSION}
RUN select_python ${PYTHON_VERSION}
RUN python3 -m pip install numpy --extra-index-url https://bjia56.github.io/armv7l-wheels/ --prefer-binary
RUN git clone --recurse-submodules -j4 --single-branch --branch=v${VERSION} https://github.com/Microsoft/onnxruntime.git
WORKDIR onnxruntime
RUN ./build.sh --config Release --build_shared_lib --parallel --compile_no_warning_as_error --skip_submodule_sync --build_wheel --allow_running_as_root
Expand Down

0 comments on commit 5fae4a1

Please sign in to comment.