mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Pin cython version in docker base dependencies file. (#1898)
This commit is contained in:
committed by
Philipp Moritz
parent
24c944e499
commit
4379e9cea0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user