diff --git a/openhands/runtime/impl/docker/docker_runtime.py b/openhands/runtime/impl/docker/docker_runtime.py index adc7879c70..c3c3b243b8 100644 --- a/openhands/runtime/impl/docker/docker_runtime.py +++ b/openhands/runtime/impl/docker/docker_runtime.py @@ -47,6 +47,7 @@ def _is_retryable_wait_until_alive_error(exception): exception, ( ConnectionError, + httpx.ConnectTimeout, httpx.NetworkError, httpx.RemoteProtocolError, httpx.HTTPStatusError,