Skip to content

Commit 59eb514

Browse files
Fix scipy tests
1 parent 34f1bbc commit 59eb514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8/images/scipy/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
77
# https://scipy.github.io/devdocs/building/linux.html#debian-ubuntu
88
RUN apt-get update && \
99
apt-get -y install --no-install-recommends \
10-
gcc gfortran python-dev libopenblas-dev liblapack-dev \
10+
gcc gfortran python-dev libopenblas-dev liblapack-dev pybind11-dev \
1111
&& apt-get clean
1212

1313
# https://scipy.github.io/devdocs/dev/contributor/development_workflow.html
@@ -18,7 +18,7 @@ RUN git clone \
1818
.
1919

2020
RUN --mount=type=cache,target=/root/.cache/pip \
21-
pip install pytest-custom_exit_code
21+
pip install pytest-custom_exit_code cython numpy pytest
2222

2323
RUN --mount=type=cache,target=/root/.cache/pip \
2424
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)