Can't generate rasa Docker image from official RASA Dockerfile

oh it’s rasa’s files :slight_smile: git clone rasa project and edit their Dockefile :wink:

git clone https://github.com/RasaHQ/rasa.git
cd rasa/
nano Dockerfile # Replace the content by my Dockerfile
docker build -t my/image .
1 Like