"vscode:/vscode.git/clone" did not exist on "8a23e933026bdb66b0b141c69454457428aa056d"
Unverified Commit 3c7c1d64 authored by Yan Ru Pei's avatar Yan Ru Pei Committed by GitHub
Browse files

chore: pass in mocker engine args directly in python cli + default frontend port to 8000 (#2853)


Signed-off-by: default avatarPeaBrane <yanrpei@gmail.com>
parent 8d30753f
...@@ -466,8 +466,8 @@ def main(): ...@@ -466,8 +466,8 @@ def main():
], ],
display_output=True, display_output=True,
terminate_existing=True, terminate_existing=True,
health_check_ports=[8080], health_check_ports=[8000],
health_check_urls=["http://localhost:8080/v1/models"], health_check_urls=["http://localhost:8000/v1/models"],
timeout=10, timeout=10,
): ):
time.sleep(60) time.sleep(60)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment