Skip to content

Commit 732835e

Browse files
committed
update config yaml
1 parent 0b4bfc3 commit 732835e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.project-metadata.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ tasks:
1212
name: Install dependencies
1313
entity_label: install_deps
1414
script: install_deps.py
15-
arguments: None
16-
short_summary: Job to install project dependencies.
15+
arguments: None
16+
cpu: 1
17+
memory: 2
18+
short_summary: Create job to install project dependencies.
1719
environment:
1820
TASK_TYPE: CREATE/RUN_JOB
1921
kernel: python3
2022

2123
- type: run_job
2224
entity_label: install_deps
23-
short_summary: Running install dependencies training job.
25+
short_summary: Running install dependencies job.
2426
long_summary: >-
2527
Running the job to install dependencies.
2628
@@ -29,7 +31,9 @@ tasks:
2931
entity_label: train_model
3032
script: train.py
3133
arguments: None
32-
short_summary: Job to train and export model.
34+
short_summary: Job to train and export model. Note that this requires at least 2GB of memory.
35+
cpu: 1
36+
memory: 2
3337
environment:
3438
TASK_TYPE: CREATE/RUN_JOB
3539
kernel: python3
@@ -42,6 +46,7 @@ tasks:
4246
4347
- type: start_application
4448
name: Application to serve Deep Learning for Anomaly Detectionn UI
49+
short_summary: Create an application to serve the Anomaly Detection UI.
4550
subdomain: deepad
4651
script: app.py
4752
environment_variables:

0 commit comments

Comments
 (0)