Traceback (most recent call last):
File "/venv/bin/invoke", line 8, in <module>
sys.exit(program.run())
^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/invoke/program.py", line 398, in run
self.execute()
File "/venv/lib/python3.12/site-packages/invoke/program.py", line 583, in execute
executor.execute(*self.tasks)
File "/venv/lib/python3.12/site-packages/invoke/executor.py", line 140, in execute
result = call.task(*args, **call.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/venv/lib/python3.12/site-packages/invoke/tasks.py", line 138, in __call__
result = self.body(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/helpers_root/helpers/lib_tasks_print.py", line 92, in print_env
henv.env_to_str(
File "/app/helpers_root/helpers/henv.py", line 536, in env_to_str
msg += get_system_signature()[0] + "\n"
^^^^^^^^^^^^^^^^^^^^^^
File "/app/helpers_root/helpers/henv.py", line 498, in get_system_signature
txt_tmp = hserver.get_docker_info()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/helpers_root/helpers/hserver.py", line 735, in get_docker_info
docker_needs_sudo_ = docker_needs_sudo()
^^^^^^^^^^^^^^^^^^^
File "/app/helpers_root/helpers/hserver.py", line 645, in docker_needs_sudo
assert False, "Failed to run docker"
^^^^^
AssertionError: Failed to run docker
FYI @PomazkinG @gpsaggese @Shayawnn