rasa/rasa-pro.
In the commands below, replace
RASAVERSION with your desired version of Rasa Pro. To find
the latest version of Rasa Pro, see the Changelog.Optional Dependencies (Extras)
Rasa Pro supports optional dependencies through “extras”:nlu: Dependencies required for NLU componentschannels: Dependencies required for channel connectorsfull: Complete set of all optional dependencies
nlu and channels dependencies.
Extending the Docker Image
To extend the Docker image with optional dependencies that are not already included in the default image, create a custom Dockerfile:Licensing
As explained in Licensing, at runtime you must provide the license key in the environment variableRASA_LICENSE.
After you defined the environment variable on your system, you can pass it into the docker container
via the -e parameter, for example: