@BELIEVEIT did you managed to install all the dependencies and software for action server using requrenments.txt? Why only these versions why not latest?
Try this image:
> version: "3.0"
>
> services:
>
> rasa:
>
> image: rasa/rasa:2.6.3-full
>
> ports:
>
> - 5005:5005
>
> volumes:
>
> - ./:/app
>
> command:
>
> - run
>
> - -m
>
> - models
>
> - --enable-api
>
> - --cors
>
> - "*"
>
> - --debug
>
> action_server:
>
> image: rasa/rasa_core_sdk:latest
>
> ports:
>
> - 5055:5055
>
> volumes:
>
> - ./actions:/app/actions
>
> command:
> - rasa
>
> - run
>
> - actions