Deploying custom Rasa Core or Rasa NLU code¶
The Rasa Stack (Core and NLU) are open source and you are encouraged to make changes to these tools. To use your custom versions instead of the default versions, you need to include your custom changes in the Platform.
Steps:
1. building your own docker containers
2. modifying the docker-compose.yml
to use modified containers
3. deploy the changes