-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrubians_jobdef.json
37 lines (37 loc) · 949 Bytes
/
rubians_jobdef.json
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
{
"type": "container",
"version": "0.1",
"meta": {
"trigger": "cli"
},
"ops": [
{
"id": "rubians-comfyui",
"type": "container/run",
"args": {
"cmd": [],
"entrypoint": ["bash", "/custom-scripts/entrypoint.sh"],
"gpu": true,
"image": "yanwk/comfyui-boot:cu124-slim-20250120",
"expose": 8188,
"resources": [
{
"type": "S3",
"url": "https://models.nosana.io/rubians/resources",
"target": "/root/models"
},
{
"type": "S3",
"url": "https://models.nosana.io/rubians/inputs",
"target": "/root/inputs"
},
{
"type": "S3",
"url": "https://models.nosana.io/rubians/entrypoint",
"target": "/custom-scripts"
}
]
}
}
]
}