File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ RUN rm /usr/bin/python3 && \
257
257
258
258
WORKDIR /tmp
259
259
RUN curl https://bootstrap.pypa.io/get-pip.py | python3 && \
260
- python3 -m pip install --no-cache-dir -U setuptools pip Cython pybind11
260
+ python3 -m pip install --no-cache-dir -U setuptools pip Cython pybind11 pythran
261
261
262
262
# OpenBlas
263
263
WORKDIR /tmp
@@ -269,6 +269,7 @@ RUN git clone -q --branch=v0.3.18 git://github.com/xianyi/OpenBLAS.git && \
269
269
RUN git clone --branch=v${NUMPY_VERSION} --depth=1 https://github.com/numpy/numpy.git numpy && \
270
270
cd numpy && \
271
271
git checkout -b v${NUMPY_VERSION} && \
272
+ git submodule update --init && \
272
273
cp site.cfg.example site.cfg && \
273
274
echo "[mkl]" >> site.cfg && \
274
275
echo "include_dirs = /opt/intel/compilers_and_libraries_2020.3.279/linux/mkl/include/" >> site.cfg && \
You can’t perform that action at this time.
0 commit comments