From 8f775c52c9a7fa09f72832f1fbf3e68ca25df132 Mon Sep 17 00:00:00 2001
From: Jakub Zovak <jakub.zovak@datasentics.com>
Date: Sun, 5 May 2024 10:02:31 +0200
Subject: [PATCH] rerun chroma final since due to multiple runs bug last failed

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index a7b016f..1cb1972 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -38,5 +38,5 @@ RUN chmod +x /code/start_lvd.sh
 RUN chmod +x /code/start_qdrant.sh
 RUN chmod +x /code/start_qdrant_no_filters.sh
 
-CMD ["./start_qdrant_no_filters.sh"]
+CMD ["./start_chroma.sh"]
 # LVD MODIFICATION END
\ No newline at end of file
-- 
GitLab