I have a python flask script that requires some packages such as bs4, flask etc. The problem is that whenever I push my code in github, it starts the deployment process and it reinstalls those packages again. It happens on every deployment and that’s why the deployment process take longer time on every deployment. What I want is that it need to install the packages one time only on the first deployment.
Thanks in advance
Hi @Hashir_Kashif,
Thank you for reporting this issue. We are working on it and will let you know when it’s fixed.