**Problem** Currently the model lacks an automated way to rerun again and again after a certain amount of time, like after one day. **Solution** Use cronjobs and update `Dockerfile` appropriately to run the `model.py` script after every 24 hrs.
Problem
Currently the model lacks an automated way to rerun again and again after a certain amount of time, like after one day.
Solution
Use cronjobs and update
Dockerfileappropriately to run themodel.pyscript after every 24 hrs.