Skip to main content
The Rasa Pro Docker image is available on Docker Hub as 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.
To pull the image, run:

Optional Dependencies (Extras)

Rasa Pro supports optional dependencies through “extras”:
  • nlu: Dependencies required for NLU components
  • channels: Dependencies required for channel connectors
  • full: Complete set of all optional dependencies
By default, the Rasa Pro Docker image already contains the 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:
Build and run your custom image:

Licensing

As explained in Licensing, at runtime you must provide the license key in the environment variable RASA_LICENSE. After you defined the environment variable on your system, you can pass it into the docker container via the -e parameter, for example: