Custom Pipeline in rasa x

When using Rasa x it only pulls the following files to the worker and production container using git:

  • config.yml
  • domain.yml
  • nlu.md
  • responses.md
  • stories.md

How do I also pull a custom pipeline module? because now it errors on a missing module which is defined in the config but not present in the files…

Hi, somebody answered the same question in another thread, have a look here:

Tnx! Still do not think that is the right way of doing it(replied on that post). But for now it will do…