DEV Community

KIranuknow
KIranuknow

Posted on

3

Install RASA in a docker

Install docker in your ubuntu

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

Enter fullscreen mode Exit fullscreen mode

Run docker

docker run
Enter fullscreen mode Exit fullscreen mode

Start docker

systemctl --user start docker-desktop

Enter fullscreen mode Exit fullscreen mode

Login to docker

docker run -it ubuntu
Enter fullscreen mode Exit fullscreen mode

Install pip in docker

apt-get pip
Enter fullscreen mode Exit fullscreen mode

Install RASA

pip install rasa
Enter fullscreen mode Exit fullscreen mode

Create a new project for your bot

rasa init
Enter fullscreen mode Exit fullscreen mode

references

Top comments (0)

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay