Hello!
I want to use RASA X to improve my chatbot.
I installed RASA X using docker-compose quick installation.
How to install specific dependencies for custom NLU pipeline and copy needed files (pretrained embedding models) into certain containers?
I solved the problem. To install additional dependencies and to copy needed files one should add docker-compose.override.yml with appropriate commands (COPY or RUN installation)