Closed lucalazzaroni closed 3 years ago
You're not supposed to install packages in a running container, but you could try building a Docker image with spacy in it. Have a look at the upstream Dockerfiles, for instance the one for English: https://github.com/RasaHQ/rasa/blob/main/docker/Dockerfile.pretrained_embeddings_spacy_en
Ok thank you for your quick response!
I managed to use your docker image on my Raspberry Pi 4B, but since I have to switch language from English to Italian, I need Spacy that seems not to be installed in the container. How can I do that?
These are the commands suggested on Spacy's website for the installation and download of the model: