[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:
Sven Mika
2020-03-07 23:16:00 -08:00
committed by GitHub
parent a644060daa
commit bc637a2546
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ RUN pip install -U boto3
RUN apt-get install -y zlib1g-dev libgl1-mesa-dev
# The following is needed to support TensorFlow 1.14
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 hyperopt==0.1.2
RUN pip install ConfigSpace==0.4.10