提交 49b9f6eb 编写于 作者: Y Yu Yang

Update numpy version in docker file

上级 37fe8bf9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册