added docker compose to run everything in one go

This commit is contained in:
2024-05-12 15:29:36 +01:00
parent 0c0d16c846
commit 516d1d7634
18 changed files with 184 additions and 91 deletions

View File

@@ -35,7 +35,7 @@ create table if not exists model_classes (
-- 1: to_train
-- 2: training
-- 3: trained
status integer default 1,
status integer default 1
);
-- drop table if exists model_data_point;