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

problem running legacy version #14

Closed ScottChapman closed 5 years ago

ScottChapman commented 6 years ago

So I am running your legacy one (since according to the docs has more features, like LEMMA etc), but I am getting stuck: docker run --env PORT=5050 jgontrum/spacyapi

But I can't hit it with curl like the docs here say

I tried without the port number, and with (as above) and I just get failed to connect to port

What am I missing?