mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
Pin gym version in Python 2 tests. (#3973)
This commit is contained in:
committed by
Philipp Moritz
parent
3bb65677dc
commit
a654152f9c
@@ -5,7 +5,7 @@ FROM ray-project/deploy
|
||||
# This updates numpy to 1.14 and mutes errors from other libraries
|
||||
RUN conda install -y numpy
|
||||
RUN apt-get install -y zlib1g-dev
|
||||
RUN pip install gym[atari] opencv-python==3.2.0.8 tensorflow lz4 keras pytest-timeout smart_open
|
||||
RUN pip install gym[atari]==0.10.11 opencv-python==3.2.0.8 tensorflow lz4 keras pytest-timeout smart_open
|
||||
RUN pip install -U h5py # Mutes FutureWarnings
|
||||
RUN pip install --upgrade bayesian-optimization
|
||||
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
|
||||
|
||||
Reference in New Issue
Block a user