Have downloaded the image from RASA docker repo docker pull rasa/rasa:1.10.13-full and following the docker setup instructions Building Rasa with Docker to setup RASA core.
Step [2.2 Training the Rasa Core Model] docker run command is throwing the below exception.
GBTC02VM0TLG8WL:rasa ngajje$ docker run -v $(pwd):/app/project -v $(pwd)/models/rasa_core:/app/models rasa/rasa:1.10.13-full train -d domain.yml -s stories.md --out models usage: rasa train [-h] [-v] [-vv] [–quiet] [–data DATA [DATA …]] [-c CONFIG] [-d DOMAIN] [–out OUT] [–augmentation AUGMENTATION] [–debug-plots] [–fixed-model-name FIXED_MODEL_NAME] [–persist-nlu-data] [–force] {core,nlu} … rasa train: error: invalid choice: ‘stories.md’ (choose from ‘core’, ‘nlu’)
Can anyone please advise.