[Dashboard] Change default port from 8080 to 8265 (#6503)

* [Dashboard] Change default port from 8080 to 8265

* Revise order of imports in pip install setup command
This commit is contained in:
Mitchell Stern
2019-12-16 14:25:23 -08:00
committed by Simon Mo
parent b1e83d83d1
commit b7d23405fe
4 changed files with 4 additions and 4 deletions
@@ -99,7 +99,7 @@ setup_commands:
- git clone https://github.com/ray-project/ray || true
- ray/ci/travis/install-bazel.sh
- cd ray/python/ray/dashboard/client; npm ci; npm run build
- pip install boto3==1.4.8 cython==0.29.0 aiohttp psutil setproctitle
- pip install boto3==1.4.8 cython==0.29.0 aiohttp grpcio psutil setproctitle
- cd ray/python; pip install -e . --verbose
# Custom commands that will be run on the head node after common setup.