spacy version used outside of the docker is slightly different. I did “pip install rasa[spacy]” in docker but somehow that installs spacy 3.0.5 while the same code installs spacy 3.0.6 on local machine. Is this a huge version difference though?
Inside Docker:
Outside Docker:

