When building a docker container we need to ensure the following two parts are installed (by pip or in any other way or form) so the core code can use it. both spacy and spacy_cld are used for NLP operations on tickets and need to be present.
pip install -U spacy
pip install spacy_cld