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
and have commented out the test code specified in this issue lines 349-367 of file src/patch_helper.py so the error is not thrown there, however I get the error I usually get which I specify below
DLC image/dockerfile:
Current behavior:
BuildSageMakerCPUPTTrainPy3DockerImage
Traceback (most recent call last):
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/requests/adapters.py", line 633, in send
conn = self.get_connection_with_tls_context(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/requests/adapters.py", line 489, in get_connection_with_tls_context
conn = self.poolmanager.connection_from_host(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/urllib3/poolmanager.py", line 303, in connection_from_host
return self.connection_from_context(request_context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/urllib3/poolmanager.py", line 325, in connection_from_context
raise URLSchemeUnknown(scheme)
urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+docker
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/ubuntu/deep-learning-containers/src/main.py", line 140, in <module>
main()
File "/home/ubuntu/deep-learning-containers/src/main.py", line 136, in main
image_builder(buildspec_file, image_types, device_types)
File "/home/ubuntu/deep-learning-containers/src/image_builder.py", line 392, in image_builder
pushed_images += process_images(parent_images, "Parent/Independent", buildspec_path=buildspec)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/src/image_builder.py", line 448, in process_images
build_images(pre_push_image_list)
File "/home/ubuntu/deep-learning-containers/src/image_builder.py", line 603, in build_images
FORMATTER.progress(THREADS)
File "/home/ubuntu/deep-learning-containers/src/output.py", line 103, in progress
output[i] += "." * 10 + constants.STATUS_MESSAGE[futures[image].result()]
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/_base.py", line 449, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/src/image.py", line 168, in build
self.docker_build(fileobj=context_file, custom_context=True)
File "/home/ubuntu/deep-learning-containers/src/image.py", line 196, in docker_build
for line in self.client.build(
^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/docker/api/build.py", line 263, in build
response = self._post(
^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/docker/utils/decorators.py", line 46, in inner
return f(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/docker/api/client.py", line 226, in _post
return self.post(url, **self._set_request_timeout(kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/requests/sessions.py", line 637, in post
return self.request("POST", url, data=data, json=json, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/deep-learning-containers/dlc/lib/python3.12/site-packages/requests/adapters.py", line 637, in send
raise InvalidURL(e, request=request)
requests.exceptions.InvalidURL: Not supported URL scheme http+docker
Checklist
Concise Description:
I am using a clean ubuntu ec2 instance with python 3.12.3
I am running the command
and have commented out the test code specified in this issue lines 349-367 of file src/patch_helper.py so the error is not thrown there, however I get the error I usually get which I specify below
DLC image/dockerfile:
Current behavior:
Expected behavior:
Build success
Additional context:
Full scrollback:
The text was updated successfully, but these errors were encountered: