-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy-staging.yml
56 lines (52 loc) · 1.11 KB
/
deploy-staging.yml
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: ghcr.io/blocktrainbuilders/blocktrain-runner:v0.0.2
env:
- PORT=5000
- DEBUG=DEBUG,INFO,WARN,ERROR
- ADDRESS=okp41qljavkuszlclekhd2mjrnaexp4l6aljtnrvk6u
expose:
- port: 5000
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