Pip install package in docker-compose

Hi I have been trying to set up integrated version control on rasa x according to the masterclass videos. I am trying to run the action server but it requires an additional package to be installed. Do I have to create a Dockerfile to do that or is there a way to install the package in the container? Apologies as I am not familiar with docker and docker-compose.

Yes, you’ll need to build your own container and add the packages that you need. The rasa-sdk describes how to add your own dependencies using the base image.

Thank you. It’s running fine now!

hey @geo can i ask you about details on how doing that iam trying to work with CI/CD