cookiecutter-spacy-fastapi
cookiecutter-spacy-fastapi copied to clipboard
Dockerfile reference to requirements/spacy.txt does not exist
Hi,
On line 7-11 in the Dockerfile the requirements specified in /requirements/spacy.txt should be installed in the docker image, but this file does not exist in the project. The comment "# Install spacy requirments separately first so that Docker will cache the (somewhat) expensive download of a spacy model" interests me, because I am trying to optimize my docker image.
Can this file be added to the source or can you tell me how to optimize building the docker image with a Spacy model?
Thanks, Danny