added docker compose to run everything in one go
This commit is contained in:
@@ -1 +1 @@
|
||||
CREATE DATABASE aistuff;
|
||||
CREATE DATABASE fyp;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user