We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f1bbc commit 59eb514Copy full SHA for 59eb514
k8/images/scipy/Dockerfile
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
7
# https://scipy.github.io/devdocs/building/linux.html#debian-ubuntu
8
RUN apt-get update && \
9
apt-get -y install --no-install-recommends \
10
- gcc gfortran python-dev libopenblas-dev liblapack-dev \
+ gcc gfortran python-dev libopenblas-dev liblapack-dev pybind11-dev \
11
&& apt-get clean
12
13
# https://scipy.github.io/devdocs/dev/contributor/development_workflow.html
@@ -18,7 +18,7 @@ RUN git clone \
18
.
19
20
RUN --mount=type=cache,target=/root/.cache/pip \
21
- pip install pytest-custom_exit_code
+ pip install pytest-custom_exit_code cython numpy pytest
22
23
24
python setup.py build_ext --inplace
0 commit comments