jgontrum / spacy-api-docker

spaCy REST API, wrapped in a Docker container.
https://hub.docker.com/r/jgontrum/spacyapi/
MIT License
265 stars 99 forks source link

Update spacy version to latest and add large/medium images #31

Closed babyhuey closed 4 years ago

babyhuey commented 4 years ago

Pin Spacy version to 2.2.* so when updates happen, pipelines can be kicked off. Also added dockerfiles for large and medium models for english

babyhuey commented 4 years ago

Fixes #28 & #30

matthewarmand commented 4 years ago

:+1:

Curious whether it makes sense to add lg and md images for all languages, though that's a lot of extra CI processing. That's a @jgontrum question

babyhuey commented 4 years ago

+1

Curious whether it makes sense to add sm and md images for all languages, though that's a lot of extra CI processing

I can add that easily, but it's up to @jgontrum if they want them or not

bigman73 commented 4 years ago

@jgontrum Please merge this PR

jgontrum commented 4 years ago

Checked it and it works :) Thanks a lot for the contribution!