runtime error

Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pip in /home/user/.local/lib/python3.8/site-packages (23.2.1) WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f6d441d31f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/pip/ Collecting pip Obtaining dependency information for pip from https://files.pythonhosted.org/packages/15/aa/3f4c7bcee2057a76562a5b33ecbd199be08cdb4443a02e26bd2c3cf6fc39/pip-23.3.2-py3-none-any.whl.metadata Downloading pip-23.3.2-py3-none-any.whl.metadata (3.5 kB) Downloading pip-23.3.2-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 79.5 MB/s eta 0:00:00 Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 23.2.1 Uninstalling pip-23.2.1: Successfully uninstalled pip-23.2.1 Successfully installed pip-23.3.2 Traceback (most recent call last): File "app.py", line 10, in <module> git.Git("arabert").clone("https://github.com/aub-mind/arabert") File "/home/user/.local/lib/python3.8/site-packages/git/cmd.py", line 739, in <lambda> return lambda *args, **kwargs: self._call_process(name, *args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/git/cmd.py", line 1315, in _call_process return self.execute(call, **exec_kwargs) File "/home/user/.local/lib/python3.8/site-packages/git/cmd.py", line 1110, in execute raise GitCommandError(redacted_command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git clone https://github.com/aub-mind/arabert stderr: 'Cloning into 'arabert'... fatal: unable to access 'https://github.com/aub-mind/arabert/': Could not resolve host: github.com'

Container logs:

Fetching error logs...