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

"Schema construction failed" when getting schema on model "en_v2" #36

Open Lotes opened 4 years ago

Lotes commented 4 years ago
  1. Create file docker-compose.yml:
    
    version: "2"

services: spacyapi: image: jgontrum/spacyapi:en_v2 ports:

Result:

{
    "title": "Schema construction failed",
    "description": "'NoneType' object is not subscriptable"
}