You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/MLAppDeploy/python/mlad/cli/__init__.py", line 11, in decorated
func(*args, **kwargs)
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/MLAppDeploy/python/mlad/cli/image_cli.py", line 33, in build
for line in image.build(file, quiet, no_cache, pull):
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/MLAppDeploy/python/mlad/cli/image.py", line 140, in build
for line in ctlr.push_image(repository):
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/MLAppDeploy/python/mlad/core/docker/controller.py", line 119, in push_image
for line in lines:
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/mlad0.2.0/lib/python3.7/site-packages/docker/api/client.py", line 346, in _stream_helper
for chunk in json_stream(self._stream_helper(response, False)):
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/mlad0.2.0/lib/python3.7/site-packages/docker/utils/json_stream.py", line 66, in split_buffer
for data in stream_as_text(stream):
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/mlad0.2.0/lib/python3.7/site-packages/docker/utils/json_stream.py", line 22, in stream_as_text
for data in stream:
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/mlad0.2.0/lib/python3.7/site-packages/docker/api/client.py", line 352, in _stream_helper
data = reader.read(1)
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/mlad0.2.0/lib/python3.7/site-packages/urllib3/response.py", line 541, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/mnt/c/Users/yhkim/Desktop/mpppp/mpp/plugin/mlad0.2.0/lib/python3.7/site-packages/urllib3/response.py", line 443, in _error_catcher
raise ReadTimeoutError(self._pool, None, "Read timed out.")
urllib3.exceptions.ReadTimeoutError: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out.
ReadTimeoutError: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out.
큰 image가 push 될 때 python 상에서 timeout 발생
관련 이슈: docker/docker-py#931 (comment)
The text was updated successfully, but these errors were encountered: