mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
[Tune Jenkins tests] Add dm_tree to docker. (#7500)
* Fix. * Rollback. * Add dm_tree to docker examples and tune_test containers.
This commit is contained in:
@@ -9,7 +9,7 @@ RUN apt-get install -y zlib1g-dev libgl1-mesa-dev
|
|||||||
# The following is needed to support TensorFlow 1.14
|
# The following is needed to support TensorFlow 1.14
|
||||||
RUN conda remove -y --force wrapt
|
RUN conda remove -y --force wrapt
|
||||||
RUN pip install -U pip
|
RUN pip install -U pip
|
||||||
RUN pip install gym[atari] opencv-python-headless tensorflow lz4 pytest-timeout smart_open tensorflow_probability
|
RUN pip install gym[atari] opencv-python-headless tensorflow lz4 pytest-timeout smart_open tensorflow_probability dm_tree
|
||||||
RUN pip install -U h5py # Mutes FutureWarnings
|
RUN pip install -U h5py # Mutes FutureWarnings
|
||||||
RUN pip install --upgrade bayesian-optimization
|
RUN pip install --upgrade bayesian-optimization
|
||||||
RUN pip install --upgrade hyperopt==0.1.2
|
RUN pip install --upgrade hyperopt==0.1.2
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ RUN pip install -U boto3
|
|||||||
RUN apt-get install -y zlib1g-dev libgl1-mesa-dev
|
RUN apt-get install -y zlib1g-dev libgl1-mesa-dev
|
||||||
# The following is needed to support TensorFlow 1.14
|
# The following is needed to support TensorFlow 1.14
|
||||||
RUN conda remove -y --force wrapt
|
RUN conda remove -y --force wrapt
|
||||||
RUN pip install gym[atari]==0.10.11 opencv-python-headless tensorflow lz4 keras pytest-timeout smart_open torch torchvision
|
RUN pip install gym[atari]==0.10.11 opencv-python-headless tensorflow lz4 keras pytest-timeout smart_open torch torchvision dm_tree
|
||||||
RUN pip install --upgrade bayesian-optimization
|
RUN pip install --upgrade bayesian-optimization
|
||||||
RUN pip install --upgrade hyperopt==0.1.2
|
RUN pip install --upgrade hyperopt==0.1.2
|
||||||
RUN pip install ConfigSpace==0.4.10
|
RUN pip install ConfigSpace==0.4.10
|
||||||
|
|||||||
Reference in New Issue
Block a user