Frappe Press Error

While doing “Deploy Candidate Build”

It’s been successful, but when I see in the Dashboard following is failing

And I checked in the Agent job list, than found the following error, any one encounter this?

{
    "command": "docker exec ssh useradd -m -p '*' bench-0002-000002-f1",
    "directory": "/home/frappe/agent",
    "duration": "0:00:00.748243",
    "end": "2026-01-28 15:35:58.449538",
    "output": "Error response from daemon: No such container: ssh",
    "returncode": 1,
    "start": "2026-01-28 15:35:57.701295",
    "status": "Failure",
    "traceback": "Traceback (most recent call last):\n  File \"/home/frappe/agent/repo/agent/base.py\", line 60, in execute\n    output, returncode = self.run_subprocess(\n  File \"/home/frappe/agent/repo/agent/base.py\", line 111, in run_subprocess\n    raise subprocess.CalledProcessError(returncode, command, output=output)\nsubprocess.CalledProcessError: Command 'docker exec ssh useradd -m -p '*' bench-0002-000002-f1' returned non-zero exit status 1.\n"
}

Thanks