mirror of
https://github.com/wassname/ray.git
synced 2026-08-13 12:30:18 +08:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user