mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
Pin opencv-python version to 3.2.0.8 in dockerfile. (#926)
This commit is contained in:
committed by
Philipp Moritz
parent
8ed03b1cf0
commit
d5eec0c2cd
@@ -3,4 +3,4 @@
|
|||||||
FROM ray-project/deploy
|
FROM ray-project/deploy
|
||||||
RUN conda install -y -c conda-forge tensorflow
|
RUN conda install -y -c conda-forge tensorflow
|
||||||
RUN apt-get install -y zlib1g-dev
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user