Enable the Ray dashboard by default (#5976)

This commit is contained in:
Eric Liang
2019-11-01 12:19:01 -07:00
committed by GitHub
parent 7f5b3502da
commit 6166ef3e09
7 changed files with 28 additions and 31 deletions
-1
View File
@@ -415,7 +415,6 @@ if __name__ == "__main__":
"--host",
required=True,
type=str,
choices=["127.0.0.1", "0.0.0.0"],
help="The host to use for the HTTP server.")
parser.add_argument(
"--port",