FROM rasa/rasa-sdk:1.7.0 USER root RUN pip3 install pandas RUN pip3 install datetime RUN pip3 install requests USER 1001