Update numpy version in docker file

cblas_new
Yu Yang 8 years ago
parent 37fe8bf9e5
commit 49b9f6eb45

@ -33,6 +33,8 @@ RUN apt-get update && \
clang-3.8 llvm-3.8 libclang-3.8-dev \
net-tools && \
apt-get clean -y
# paddle is using numpy.flip, which is introduced since 1.12.0
RUN pip install -y 'numpy>=1.12.0'
# Install Go and glide

Loading…
Cancel
Save