From a9ddbbf0901b8ca84debb81aead8532a6bee392f Mon Sep 17 00:00:00 2001 From: akshay bhat Date: Mon, 21 May 2018 01:23:01 -0700 Subject: [PATCH] Simplify kubernetes deployment by avoiding repetition across workers. Next: - Implement pre-condition checks, failed to launch error messages for processes. Rollback created models on failure to launch. - Implement clustering. - Implement location net, fine-tuning / training face recognition models --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ada0abc5..f31d750b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ jinja2 djangorestframework markdown django-filter +kombu==4.1.0 celery==4.0.2 django-celery-results dj-database-url==0.4.0