Pin opencv-python version to 3.2.0.8 in dockerfile. (#926)

This commit is contained in:
Robert Nishihara
2017-09-03 23:51:59 -07:00
committed by Philipp Moritz
parent 8ed03b1cf0
commit d5eec0c2cd
+1 -1
View File
@@ -3,4 +3,4 @@
FROM ray-project/deploy
RUN conda install -y -c conda-forge tensorflow
RUN apt-get install -y zlib1g-dev
RUN pip install gym[atari] opencv-python smart_open
RUN pip install gym[atari] opencv-python==3.2.0.8 smart_open