Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forced Dockerfiles to use spacy 3.2.1 to fix Docker build issue with Mimdmeld version 4.4.0 #380

Closed
wants to merge 3 commits into from

Conversation

Zozman
Copy link
Contributor

@Zozman Zozman commented Oct 19, 2021

As mentioned in #378, currently the Docker container builds fail because the version of spacy installed by mindmeld as a dependency is too old to use the en_core_web_sm model currently provided by spacy. This change forces the spacy version to be upgraded.

Not sure if this is the best solution to the issue or if updating the required version of spacy at

"spacy~=2.3,!=2.3.6", # avoid 2.3.6 because it was yanked from PyPI
is better but providing this as a PR in case it helps.

@Zozman Zozman changed the title Forced Dockerfiles to use spacy 3.1.3 to fix Docker build issue with Mimdmeld version 4.4.0 Forced Dockerfiles to use spacy 3.2.1 to fix Docker build issue with Mimdmeld version 4.4.0 Dec 20, 2021
@Zozman
Copy link
Contributor Author

Zozman commented Jan 18, 2022

Updated to latest spacy in case this fix is still needed; currently still can't build Dockerfiles without this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant