forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.yaml
50 lines (49 loc) · 1.39 KB
/
deploy.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
---
version: "2.0"
services:
babyagi-ui:
image: cryptoandcoffee/akash-babyagi-ui:1
expose:
- port: 3000
as: 80
proto: tcp
to:
- global: true
env:
- "OPENAI_API_KEY="
- "PINECONE_API_KEY="
- "PINECONE_ENVIRONMENT="
- "NEXT_PUBLIC_TABLE_NAME=baby-agi-test-table"
- "NEXT_PUBLIC_USE_USER_API_KEY=false"
- "SEARP_API_KEY="
profiles:
compute:
babyagi-ui:
resources:
cpu:
units: 8
memory:
size: 4.75Gi #Increase this for larger local memory, can be lower if used external vector for memory.
storage:
size: 16Gi
placement:
akash:
#######################################################
#Keep this section to deploy on trusted providers
signedBy:
anyOf:
- "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
- "akash18qa2a2ltfyvkyj0ggj3hkvuj6twzyumuaru9s4"
#######################################################
#Remove this section to deploy on untrusted providers
#Beware* You may have deployment, security, or other issues on untrusted providers
#https://docs.akash.network/providers/akash-audited-attributes
pricing:
babyagi-ui:
denom: uakt
amount: 10000 #Keep high to show all bids
deployment:
babyagi-ui:
akash:
profile: babyagi-ui
count: 1