Bump dev6->dev7 for two files not changed yet. (#6428)

This commit is contained in:
Simon Mo
2019-12-10 20:58:14 -08:00
committed by Richard Liaw
parent 5cc3e1341a
commit c61db84b8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ if [[ "$TRAVIS" == "true" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
docker build -q -t rayproject/base-deps docker/base-deps
wheel="ray-0.8.0.dev6-cp36-cp36m-manylinux1_x86_64.whl"
wheel="ray-0.8.0.dev7-cp36-cp36m-manylinux1_x86_64.whl"
commit_sha=$(echo $TRAVIS_COMMIT | head -c 6)
cp -r $ROOT_DIR/.whl $ROOT_DIR/docker/autoscaler/.whl
@@ -47,7 +47,7 @@ worker_nodes:
# MarketType: spot
setup_commands:
- ray || pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev6-cp36-cp36m-manylinux1_x86_64.whl
- ray || pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.8.0.dev7-cp36-cp36m-manylinux1_x86_64.whl
- pip install -U ipdb ray[rllib] torch torchvision