Pin cython version in docker base dependencies file. (#1898)

This commit is contained in:
Robert Nishihara
2018-04-13 20:33:20 -07:00
committed by Philipp Moritz
parent 24c944e499
commit 4379e9cea0
+2 -1
View File
@@ -25,6 +25,7 @@ RUN apt-get update \
libgcc \
&& /opt/conda/bin/conda clean -y --all \
&& /opt/conda/bin/pip install \
flatbuffers
flatbuffers \
cython==0.27.3
ENV PATH "/opt/conda/bin:$PATH"