mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
Use 0.9.0.dev0 as the version tag (#6630)
This commit is contained in:
@@ -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.9.0.dev-cp36-cp36m-manylinux1_x86_64.whl
|
||||
- ray || pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp36-cp36m-manylinux1_x86_64.whl
|
||||
- pip install -U ipdb ray[rllib] torch torchvision
|
||||
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ worker_nodes:
|
||||
|
||||
setup_commands:
|
||||
- conda install setuptools=41.0.1=py36_0 wrapt=1.11.2 --yes # workaround to fix wrapt error
|
||||
- ray || pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev-cp36-cp36m-manylinux1_x86_64.whl
|
||||
- ray || pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp36-cp36m-manylinux1_x86_64.whl
|
||||
- pip install -U ipdb ray[rllib]
|
||||
- pip install tensorflow==2.0.0-rc0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user