fix(docker): Install all dependencies for agent (#897)
This commit is contained in:
@@ -306,7 +306,7 @@ else
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ -n "$_agent_src" ]; then
|
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
|
else
|
||||||
echo ""
|
echo ""
|
||||||
echo "!! WARNING: hermes-agent source not found."
|
echo "!! WARNING: hermes-agent source not found."
|
||||||
|
|||||||
Reference in New Issue
Block a user