festivitymishra/PyraDox

Improvements in Dockerfile

sharmarajdaksh opened this issue · 2 comments

Hi,
I landed on your repo while searching for a solution to mask Aadhaar numbers in images, and even though Pyradox wasn't exactly a perfect solution, it was a great starting point. I'd like to thank you for that.
While updating the code and making changes to fit my use case, I realized that rebuilds of the Docker image were taking way more than they should. I realized that the Dockerfile wasn't exactly well configured for efficient rebuilds, so I modified the Dockerfile to be much better organized and to allow faster rebuilds when changes in code are made, without any dependencies being affected.
I wanted to know if you would be willing to accept a PR with the Dockerfile changes?

Hi @sharmarajdaksh, Glad that the Pyradox project was of use to you. Please feel free to send the PR. Also, we are open to contributions if you would wish to add in more features. Currently, we have improved the image-preprocessing, the code for which is yet to be merged. Will do that soon. Also, check out the web-app for this project: https://github.com/festivitymishra/PyraDox-frontend

Thanks!

Hi, thanks, I'll raise the PR! I'll also be watching and try to help wherever I can.