johnpaulada / microsoftmlserver-docker

An unofficial Microsoft Machine Learning Server Docker image.
https://hub.docker.com/r/johnpaulada/microsoftml/
141 stars 11 forks source link

help az login --mls #2

Open GOUYONGCHAO opened 5 years ago

GOUYONGCHAO commented 5 years ago

When I run z login --mls az ml admin diagnostic run in docker and got the same problem.

_Preparing to run diagnostics... 2018-12-29 10:51:53,475 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2578fec250>: Failed to establish a new connection: [Errno 111] Connection refused',)': /status 2018-12-29 10:51:53,476 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2578fec2d0>: Failed to establish a new connection: [Errno 111] Connection refused',)': /status 2018-12-29 10:51:53,476 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2578fec410>: Failed to establish a new connection: [Errno 111] Connection refused',)': /status

Cannot connect with endpoint. Verify that you defined the endpoint correctly by running "az login --mls --mls-endpoint http(s)://host:port" again. Also verify that the endpoint is reachable. HTTPConnectionPool(host='localhost', port=12800): Max retries exceeded with url: /status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2578fec510>: Failed to establish a new connection: [Errno 111] Connection refused',))

az ml admin node start --computenode --webnode

FAILURE! Web Node was unable to start. docker setup detected... /opt/microsoft/mlserver/9.3.0/o16n/Microsoft.MLServer.WebNode /opt/microsoft/mlserver/9.3.0/o16n/Microsoft.MLServer.WebNode /opt/microsoft/mlserver/9.3.0/o16n/Microsoft.MLServer.WebNode

FAILURE! Compute Node was unable to start. docker setup detected... /opt/microsoft/mlserver/9.3.0/o16n/Microsoft.MLServer.ComputeNode /opt/microsoft/mlserver/9.3.0/o16n/Microsoft.MLServer.WebNode /opt/microsoft/mlserver/9.3.0/o16n/Microsoft.MLServer.WebNode

can you help me out?

thanks

johnpaulada commented 5 years ago

Hi! I'll try this out when I get proper internet access.