Spacy Task
Last updated
Was this helpful?
Last updated
Was this helpful?
We have also included a simply Spacy Disdat task. All it does is load up a Spacy model. Here we just want to show how to build your container to contain some non-Python code.
The $CODE/pipelines/en_core_web_sm
directory contains the . We need to have this data in our container. We do that by:
Create a MANIFEST.in
file at the same level as setup.py
And inside our setup.py
we have the include_package_data=True
directive.
You've already built the container in the previous step with the MNIST example. So you can simply run the simple pipeline to see that it works.