From df9a1eae0ab47dbf8a8fa8ebd9de6c4902a2a837 Mon Sep 17 00:00:00 2001 From: Dustin Franklin Date: Wed, 10 May 2023 13:52:01 -0400 Subject: [PATCH] updated .dockerignore --- .dockerignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index a63df232e..30a12a535 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,4 +6,8 @@ __pycache__ **.pyo **.pyd data/ -python/www/recognizer/data \ No newline at end of file +python/training/classification/data/* +python/training/classification/models/* +python/training/detection/ssd/data/* +python/training/detection/ssd/models/* +python/www/recognizer/data/* \ No newline at end of file