fix(docker): Install all dependencies for agent (#897)

This commit is contained in:
Joe Maples
2026-04-23 16:45:28 +00:00
committed by GitHub
parent bd443c4862
commit ae7be6deba

View File

@@ -306,7 +306,7 @@ else
fi
done
if [ -n "$_agent_src" ]; then
uv pip install "$_agent_src[honcho]" --trusted-host pypi.org --trusted-host files.pythonhosted.org || error_exit "Failed to install hermes-agent's requirements"
uv pip install "$_agent_src[all]" --trusted-host pypi.org --trusted-host files.pythonhosted.org || error_exit "Failed to install hermes-agent's requirements"
else
echo ""
echo "!! WARNING: hermes-agent source not found."