Setting up rasa x in my local docker

Hi, I’m successfully setup rasa core in my local machine using docker compose. Right now, I need some guidance on how to setup rasa x upon my setup using docker compose inside my local machine. Hope someone can help me with this as I need to do POC and demonstrate it to my management. Thank you

Note: I’m using mac os for development

If you’re running on a mac, I’d recommend using multipass and then following the Docker-Compose Quick Install guide.

Thank you for your response.

Can you help me to brief what is multipass?

Basically it’ll get you an ubuntu instance on your mac - https://multipass.run/

Why I need multipass to run rasa x in my local?

As per the hardware requirements, for a manual docker install “You will need a server running a modern Linux or Windows distribution that can run Docker.” If you opt to use multipass and get an ubuntu instance, you don’t even have to do the manual install, you can just use the quick install script, making it by far the easiest way.