[hotfix] Docker (#5809)

* configspace

* reorder
This commit is contained in:
Richard Liaw
2019-09-30 16:39:00 -07:00
committed by Edward Oakes
parent ccd88c9e20
commit e54c487d18
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ RUN pip install gym[atari] opencv-python-headless tensorflow lz4 keras pytest-ti
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 nevergrad scikit-optimize hpbandster ConfigSpace lightgbm xgboost torch torchvision
RUN pip install ConfigSpace==0.4.10
RUN pip install --upgrade sigopt nevergrad scikit-optimize hpbandster lightgbm xgboost torch torchvision
RUN pip install -U tabulate mlflow
RUN pip install -U pytest-remotedata>=0.3.1
RUN conda install pytorch-cpu torchvision-cpu -c pytorch
+2 -1
View File
@@ -14,7 +14,8 @@ 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 --upgrade bayesian-optimization
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
RUN pip install --upgrade sigopt nevergrad scikit-optimize hpbandster ConfigSpace lightgbm xgboost
RUN pip install ConfigSpace==0.4.10
RUN pip install --upgrade sigopt nevergrad scikit-optimize hpbandster lightgbm xgboost
RUN pip install -U mlflow
RUN pip install -U pytest-remotedata>=0.3.1