-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeploy.yml
52 lines (51 loc) · 1.11 KB
/
deploy.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
# Welcome to the Spheron Network! 🚀☁
# This file is called a Infrastructure Composition Language (ICL)
# ICL is a human friendly data standard for declaring deployment attributes.
# The ICL file is a "form" to request resources from the Network.
# ICL is compatible with the YAML standard and similar to Docker Compose files.
---
version: "1.0"
services:
gpu-test:
image: anandhavihari/spheron-ai-celebrity-chatbot:latest
expose:
- port: 8080
as: 8080
to:
- global: true
env:
- TEST=test
profiles:
name: hello-world
mode: provider
duration: 1h
tier:
- community
compute:
gpu-test:
resources:
cpu:
units: 1
memory:
size: 20Gi
storage:
- size: 100Gi
gpu:
units: 1
attributes:
vendor:
nvidia:
- model: rtx4090
placement:
westcoast:
attributes:
region: us-central
pricing:
gpu-test:
token: USDT
amount: 5
deployment:
gpu-test:
westcoast:
profile: gpu-test
count: 1