[Dashboard] Turn on New Dashboard by Default (#11321)

This commit is contained in:
Max Fitton
2020-10-19 12:31:11 -05:00
committed by GitHub
parent 202b1859ef
commit f500292d41
15 changed files with 123 additions and 814 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ source "$HOME"/.nvm/nvm.sh
nvm use node
# Build the dashboard so its static assets can be included in the wheel.
pushd python/ray/dashboard/client
# TODO(mfitton): switch this back when deleting old dashboard code.
pushd python/ray/new_dashboard/client
npm ci
npm run build
popd