mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 10:54:11 +08:00
Bump dev6->dev7 for two files not changed yet. (#6428)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user