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…
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?