Running rasa 3 with docker in ubuntu 20

sudo docker run -it --rm --user 1000 -v $(pwd):/app rasa/rasa:3.0.8-full init --no-prompt

sudo docker run --user 1000 -it -p 5005:5005 -v $(pwd):/app rasa/rasa:3.0.8-full run --enable-api --cors “*”

POST: http://localhost:5005/webhooks/rest/webhook

{
   "message": "Hello",
  "sender": "aziz"
}

response

[
    {
        "recipient_id": "aziz",
        "text": "Hey! How are you?"
    }
]

What’s the problem? This is the expected behavior.

@ChrisRahme I cannot load my trained model in docker, I have to train in container than it can be loaded.

How is that related to your above post?

Please provide the relevant info on what you’re trying to do.

Please read How to ask a great question.

hey, thanks for reply. below are the issues, when you load a train model in docker contianer

Docker and dock-compose works with init project. I do not have any questions, it is just a simple if you want to dockerize your chabot you have to use init.