-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy.yml.template
More file actions
55 lines (52 loc) · 1.06 KB
/
deploy.yml.template
File metadata and controls
55 lines (52 loc) · 1.06 KB
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
55
---
version: "2.0"
services:
blocktrain-runner:
image: ${IMAGE}/blocktrain-runner:${TAG}
env:
- PORT=${PORT}
- DEBUG=${DEBUG}
- ADDRESS=${ADDRESS}
expose:
- port: ${PORT}
as: 80
http_options:
max_body_size: 104857600
to:
- global: true
profiles:
compute:
blocktrain-runner:
resources:
cpu:
units: 4
memory:
size: 20Gi
gpu:
units: 1
attributes:
vendor:
nvidia:
- model: a5000
- model: a6000
- model: 3090
- model: 3090ti
- model: 4090
storage:
- size: 10Gi
placement:
dcloud:
attributes:
host: akash
signedBy:
anyOf:
- "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
pricing:
blocktrain-runner:
denom: uakt
amount: 200
deployment:
blocktrain-runner:
dcloud:
profile: blocktrain-runner
count: 1