Unable to run custom actions on rasa X

Hi @erohmensing,

Thank you for your response.

I followed your suggestion. have created actions folder and copied my actions.py file in to actions/actions.py file.

i have created__init__.py and requirements-action.txt(python dependencies which i used in local system) file inside actions folder after that created Dockerfile as per documentation then I ran below code to build the docker image:

docker build . -t gitrepo_name/<git_repository_name>:version_1

I am getting below error when i build docker image - python libraries are not installing properly:

can you tell me am i going right way or not? please help me to fix these issue.