[ci] Change Jenkins to py3 (#5022)

* conda3

* integration

* add nevergrad, remotedata

* pytest 0.3.1

* otherdockers

* setup

* tune
This commit is contained in:
Richard Liaw
2019-06-24 21:50:37 -07:00
committed by Philipp Moritz
parent 11ccf66346
commit bd8aceb896
6 changed files with 12 additions and 10 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ RUN pip install -U h5py # Mutes FutureWarnings
RUN pip install --upgrade bayesian-optimization
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
RUN pip install --upgrade sigopt
# RUN pip install --upgrade nevergrad
RUN pip install --upgrade nevergrad
RUN pip install --upgrade scikit-optimize
RUN pip install -U pytest-remotedata>=0.3.1
RUN conda install pytorch-cpu torchvision-cpu -c pytorch