Pin gym version to 0.9.5 in tests. (#1490)

This commit is contained in:
Robert Nishihara
2018-01-31 15:50:25 -08:00
committed by Philipp Moritz
parent a3f8fa426b
commit 7187f9fe56
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
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==3.2.0.8 smart_open
RUN pip install gym[atari]==0.9.5 opencv-python==3.2.0.8 smart_open
# RUN conda install -y -q pytorch torchvision -c soumith