From c61db84b8d8e1d92c45bc09f45e6ad98e69ddc65 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Tue, 10 Dec 2019 20:58:14 -0800 Subject: [PATCH] Bump dev6->dev7 for two files not changed yet. (#6428) --- ci/travis/build-autoscaler-images.sh | 2 +- python/ray/experimental/sgd/examples/example-sgd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/travis/build-autoscaler-images.sh b/ci/travis/build-autoscaler-images.sh index c8261f331..95b45cbdd 100755 --- a/ci/travis/build-autoscaler-images.sh +++ b/ci/travis/build-autoscaler-images.sh @@ -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 diff --git a/python/ray/experimental/sgd/examples/example-sgd.yaml b/python/ray/experimental/sgd/examples/example-sgd.yaml index 97d5cd4d5..9b0a581a4 100644 --- a/python/ray/experimental/sgd/examples/example-sgd.yaml +++ b/python/ray/experimental/sgd/examples/example-sgd.yaml @@ -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