Skip to content

Commit 6c496a6

Browse files
committed
update packages
1 parent 4db0738 commit 6c496a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

commons/Dockerfile.base.py38-cuda11.4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ RUN rm /usr/bin/python3 && \
257257

258258
WORKDIR /tmp
259259
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
261261

262262
# OpenBlas
263263
WORKDIR /tmp
@@ -269,6 +269,7 @@ RUN git clone -q --branch=v0.3.18 git://github.com/xianyi/OpenBLAS.git && \
269269
RUN git clone --branch=v${NUMPY_VERSION} --depth=1 https://github.com/numpy/numpy.git numpy && \
270270
cd numpy && \
271271
git checkout -b v${NUMPY_VERSION} && \
272+
git submodule update --init && \
272273
cp site.cfg.example site.cfg && \
273274
echo "[mkl]" >> site.cfg && \
274275
echo "include_dirs = /opt/intel/compilers_and_libraries_2020.3.279/linux/mkl/include/" >> site.cfg && \

0 commit comments

Comments
 (0)