Use cffi version 1.7.0. Newest versions doesn't work with nanomsg

This commit is contained in:
Pavel Shirshov 2016-09-15 16:14:34 -07:00 committed by Guohan Lu
parent 457591a365
commit 94ae04d2a7
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ RUN apt-get update \
&& cd .. \
&& rm -fr nanomsg-1.0.0 \
&& rm -f 1.0.0.tar.gz \
&& pip install cffi \
&& pip install --upgrade cffi \
&& pip install cffi==1.7.0 \
&& pip install --upgrade cffi==1.7.0 \
&& pip install nnpy \
&& mkdir -p /opt \
&& cd /opt \

View File

@ -26,8 +26,8 @@ RUN apt-get update \
&& cd .. \
&& rm -fr nanomsg-1.0.0 \
&& rm -f 1.0.0.tar.gz \
&& pip install cffi \
&& pip install --upgrade cffi \
&& pip install cffi==1.7.0 \
&& pip install --upgrade cffi==1.7.0 \
&& pip install nnpy \
&& mkdir -p /opt \
&& cd /opt \