You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: