Skip to content

Instantly share code, notes, and snippets.

@xbalaji
Created December 21, 2022 03:32
Show Gist options
  • Save xbalaji/389a4105127a4229d1b024025803c835 to your computer and use it in GitHub Desktop.
Save xbalaji/389a4105127a4229d1b024025803c835 to your computer and use it in GitHub Desktop.
rasa-readme.md

document original source

https://rasa.com/docs/rasa/docker/building-in-docker/

start rasa in a docker container to avoid errors

docker run --user $(id -u):$(id -g) -v $(pwd):/app rasa/rasa:3.4.0-full init --no-prompt

starting the shell

docker run -it --user $(id -u):$(id -g) -v $(pwd):/app rasa/rasa:3.4.0-full shell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment