diff --git a/Dockerfile b/Dockerfile index d9e730cadb3db8cebf70768723a31566d229df3f..b4a427cc4de56077b4438b4f3c5b8fcc066409ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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