It’s not the proper solution but still :-> create requirements.txt file in * /etc/rasa/ and then from the terminal run the command pip install requirements.txt hope this should work?
sorry for the late reply. I need to setup proxy in my company for ssh connection to git repository. I have made a config file for ssh connection inside the container which requires netcat library.
I’ll try pip install requirements.txt but this need to be done every time I restart the docker-compose. Is there any permanent solution like creating a dockerfile or editing docker-compose.yml?