Yes! It’s in the exact doc you linked. Simply run
ray start --include-dashboard=False
# or if running locally
ray start --include-dashboard=False --head
before running the serve run command will prevent dashboard from starting
Yes! It’s in the exact doc you linked. Simply run
ray start --include-dashboard=False
# or if running locally
ray start --include-dashboard=False --head
before running the serve run command will prevent dashboard from starting