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

If you get an SSL error on data download, here's a fixed command #1

Closed syllog1sm closed 7 years ago

syllog1sm commented 8 years ago

I've had to set up the model hosting stuff afresh, and there are a couple of teething problems, seemingly around SSL. If you have issues with the python -m spacy.en.download command, this should work:

sputnik --name spacy --repository-url http://index.spacy.io install en==1.1.0

Thanks for publishing this! I've wanted a Docker container for a while, but haven't used Docker, so I never got around to setting it up.

jgontrum commented 8 years ago

Thanks for the note! I'm currently working on a new API that's a bit more sophisticated and will include the new command in the next version!