I have connected my RASA-X with RASA using helm charts. When I am trying to train my model from rasa-x, I am getting the below error in rasa: RASA base image → rasa/rasa:3.0.4-full RASA-X → rasa/rasa-x:1.1.0
It was an misconfiguration in my docker file. the issue has been resolved by setting the correct privileges for rasa user.
1 Like
I am having this very same issue. Would you mind sharing how you set up the user privileges in you dockerfile to fix the issue?
Thank you very much!
Hi @NehaManglani, same issue. would you mind sharing how you were able to resolve this? Thank you!!