Update dashboard build instructions for new dashboard (#11471)

Co-authored-by: Max Fitton <max@semprehealth.com>
This commit is contained in:
Max Fitton
2020-10-19 16:12:22 -04:00
committed by GitHub
parent 4946c1e6de
commit 79fd1cfe6f
+4 -4
View File
@@ -3,7 +3,7 @@
Building Ray from Source
=========================
For majority of Ray users, installing Ray via the latest wheels or pip package is usually enough. However, you may want to build the latest master branch.
For a majority of Ray users, installing Ray via the latest wheels or pip package is usually enough. However, you may want to build the latest master branch.
.. tip:: If you are only editing Python files, follow instructions for :ref:`python-develop` to avoid long build times.
@@ -83,10 +83,10 @@ Ray can be built from the repository as follows.
# (Windows users: please manually place Bazel in your PATH, and point BAZEL_SH to MSYS2's Bash.)
ray/ci/travis/install-bazel.sh
# Optionally build the dashboard
# Build the dashboard
# (requires Node.js, see https://nodejs.org/ for more information).
pushd ray/python/ray/dashboard/client
npm ci
pushd ray/dashboard/client
npm install
npm run build
popd