-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy_all.yaml
executable file
·54 lines (54 loc) · 1.38 KB
/
deploy_all.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
functions:
oscar:
- oscar-remote:
name: x-ray
memory: 4Gi
cpu: '2.0'
image: ghcr.io/sergiolangaritabenitez/chest_x_ray
script: script_x_ray.sh
log_level: CRITICAL
input:
- storage_provider: minio
path: chestray/input
output:
- storage_provider: minio
path: chestray/output
- oscar-remote:
name: alzheimer
memory: 4Gi
cpu: '2.0'
image: ghcr.io/sergiolangaritabenitez/alzheimer
script: script_alzheimer.sh
log_level: CRITICAL
input:
- storage_provider: minio
path: alzheimer/input
output:
- storage_provider: minio
path: alzheimer/output
- oscar-remote:
name: breast-cancer-prediction
memory: 3Gi
cpu: '3.0'
image: ghcr.io/sergiolangaritabenitez/breastcancerprediction
script: script_breast1.sh
log_level: CRITICAL
input:
- storage_provider: minio
path: bcp/input
output:
- storage_provider: minio
path: bcp/output/model
- oscar-remote:
name: breast-cancer-prediction-graphic
memory: 3Gi
cpu: '3.0'
image: ghcr.io/sergiolangaritabenitez/bcpgraph
script: script_breast2.sh
log_level: CRITICAL
input:
- storage_provider: minio
path: bcp/input
output:
- storage_provider: minio
path: bcp/output/grap