You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
spacy used in the manpage_agent's question detection module causes build failure. Somehow the docker build stalls with no actionable logs to triage the issue. Once spacy is removed from the requirements list, the rest of the tests pass though the ones depending on spacy still fail but expectedly so.
This build issue does not affect the installation of CLAI on the native system, and the docker build should also work fine. The error is observed only in the build system.
Possible fixes to this are:
Triage and fix the spacy issue within docker
Remove dependency on spacy since its used only for question detection, and use nltk or a rule-based approach for it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@MayankAgarwal please log the issue here.
The text was updated successfully, but these errors were encountered: