Skip to content

Commit

Permalink
numpy: fix build (#12782)
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski authored Nov 27, 2024
1 parent 97c246b commit 8245a9a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions projects/numpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-python

# Ensure we work from right python version
RUN apt-get install -y pkg-config python3.9 python3.9-dev libopenblas-dev && \
ln --force -s /usr/bin/python3.9 /usr/local/bin/python3 && \
apt-get install -y python3-pip && \
python3 -m pip install cython "atheris>=2.1.1" "pyinstaller==5.0.1" "coverage==6.3.2"

RUN git clone https://github.com/numpy/numpy && cd numpy && git submodule update --init
WORKDIR $SRC
COPY *.py build.sh $SRC/

0 comments on commit 8245a9a

Please sign in to comment.