Error training model in rasa x when deploying in docker

Hi!, I am trying to deploy my model in docker. I am trying to train my model in Rasa X and I have the following error: tensorflow/stream_executor/cuda/cuda_driver.cc:351] failed call to cuInit: UNKNOWN ERROR (303) in the rasa worker container.

In the browser I am receiving a 500 error with the following message: Failed to train a Rasa model StackTrainingFailed…

I am attaching an image from the logs…

I will be very thankful if someone can help me

Hernan

Do you get the same issue when running as root (using sudo ?) Looks like that’s been the issue for some other folks.

Hi Rachel, thanks for the quick reply! I installed Rasa X following the instructions in the documentation Docker Compose Installation using an Azure Virtual Machine. All the docker containers were built using sudo docker-compose up -d. Can you think of another issue I might be having so I can solve this problem?