Self Hosted EvalAI

Hi,

I’m trying to self-host EvalAI but getting rid of all the external dependencies (AWS ECR, SQS, S3, SLACK notifications…) is hard. It works locally with the DEBUG flag ON, but this mode is declared unsafe for production.
Are there examples of successful 100% local deployment without DEBUG mode ?

Thank you