cookiecutter-spacy-fastapi
cookiecutter-spacy-fastapi copied to clipboard
Error when building docker image because of new numpy version
Hi,
when building the container RUN spacy download MODEL_NAME
won't work.
By extending requirements.txt
with numpy < 2
everything will work again