[docker] Refactor "autoscaler" image into "-autoscaler" tag and "ray-ml" image. (#10351)

This commit is contained in:
Ian Rodney
2020-09-02 13:03:35 -07:00
committed by GitHub
parent 57c4183724
commit 4324dd5929
11 changed files with 78 additions and 54 deletions
-20
View File
@@ -1,20 +0,0 @@
bayesian-optimization
ConfigSpace==0.4.10
google-api-python-client
google-oauth
h5py
hpbandster
hyperopt==0.1.2
ipython
keras
lightgbm
mlflow
nevergrad
oauth2client
scikit-optimize
sigopt
smart_open
tensorflow_probability
torch
torchvision
xgboost
+3
View File
@@ -0,0 +1,3 @@
-r requirements_rllib.txt
-r requirements_tune.txt
ipython
+4 -2
View File
@@ -1,5 +1,7 @@
tensorflow-probability
gast
torch
torchvision
# Version requirement to match Tune
torch>=1.5.0
# Version requirement to match Tune
torchvision>=0.6.0
smart_open
+1 -1
View File
@@ -21,7 +21,7 @@ pytorch-lightning
scikit-optimize
sigopt
smart_open
tensorflow_probability
tensorflow-probability
timm
torch>=1.5.0
torchvision>=0.6.0