fix: install hermes-agent[honcho] extra in Docker init (fixes #553)
fix: install hermes-agent[honcho] extra in Docker init (fixes #553)
This commit is contained in:
@@ -235,7 +235,7 @@ else
|
|||||||
test -x /app/venv/bin/pip
|
test -x /app/venv/bin/pip
|
||||||
|
|
||||||
echo ""; echo "== Adding hermes-agent's pyproject.toml base dependencies to the virtual environment"
|
echo ""; echo "== Adding hermes-agent's pyproject.toml base dependencies to the virtual environment"
|
||||||
uv pip install /home/hermeswebui/.hermes/hermes-agent --trusted-host pypi.org --trusted-host files.pythonhosted.org || error_exit "Failed to install hermes-agent's requirements"
|
uv pip install "/home/hermeswebui/.hermes/hermes-agent[honcho]" --trusted-host pypi.org --trusted-host files.pythonhosted.org || error_exit "Failed to install hermes-agent's requirements"
|
||||||
touch /app/venv/.deps_installed
|
touch /app/venv/.deps_installed
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user