Merge branch 'main' of github.com:jina-ai/microchain into feat_going_meta

This commit is contained in:
Florian Hönicke
2023-04-20 01:59:05 +02:00
9 changed files with 50 additions and 14 deletions

View File

@@ -156,7 +156,7 @@ streamlit run {os.path.join(microservice_path, "app.py")} --server.port 8081 --s
def run_streamlit_app(app_path):
subprocess.run(['streamlit', 'run', app_path, 'server.address', '0.0.0.0', '--server.port', '8081', '--', '--host',
'grpc://localhost:8080'])
'http://localhost:8080'])
def run_locally(executor_name, microservice_version_path):