Custom NLU component trained external to deployed Rasa container not being picked up

Hi @jhamburg,

Is there a way to cache NLU components as part of the pipeline so that I don’t need to add each component to deployed container file-system too?

The way to do this would be to create a custom rasa/rasa image where you copy the code over and use that image. you could reference the new image in a docker-compose.override.yml, and then just re-pull the image if it is updated instead of having to copy over the custom code to your server each time.

Otherwise you need to mount the custom code to the rasa containers: