Rasa Docker problem with training the model

I’m having the same issue . No model found after running the command:

docker run
-v $(pwd):/app
rasa/rasa:latest-full
train
–domain domain.yml
–data data
–out models So I tried to inspect what’s going on . I ran the container and tried to train it manually and Now I got a segmentation fault error.

the training hasn’t been completed , that’s why i couldn’t find the model and now i don’t know how to fix the issue ? any help is welcomed . thnx