-
Notifications
You must be signed in to change notification settings - Fork 97
/
foldingathome-linuxserver.json
56 lines (56 loc) · 2.92 KB
/
foldingathome-linuxserver.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"Folding@home Linuxserver.io": {
"version": "1.1",
"description": "Folding@home (FAH or F@h) is a distributed computing project for simulating protein dynamics. Be One in a Million: every little helps.<p>Based on custom docker image: <a href='https://hub.docker.com/r/linuxserver/foldingathome' target='_blank'>https://hub.docker.com/r/linuxserver/foldingathome</a>, available for amd64 and arm64 architecture.",
"more_info": "<h4>Installation notes</h4><p>This Rockon is CPU only by default. GPU folding capability requires: Rockstor4 or above (docker 19.03+) with Nvidia drivers & nvidia-docker installed (untested). See <a href='https://github.com/NVIDIA/nvidia-docker' target='_blank'>https://github.com/NVIDIA/nvidia-docker</a></p><p><i>It may take a few minutes for your instance to begin contributing, & a few more for the details of the project to appear. </i><br>After Rock-on install no further configuration is required for normal function.</p>",
"website": "https://foldingathome.org/",
"icon": "",
"ui": {
"slug": ""
},
"containers": {
"foldingathome-linuxserver": {
"image": "linuxserver/foldingathome",
"tag": "latest",
"launch_order": 1,
"opts": [
[
"-e",
"NVIDIA_VISIBLE_DEVICES=all"
]
],
"ports": {
"7396": {
"description": "Folding@Home WebUI port. Suggested default: 7396",
"host_default": 7396,
"label": "WebUI port",
"ui": true
},
"36330": {
"description": "Optional port for FAHControl app (no password). Suggested default: 36330",
"host_default": 36330,
"label": "FAHControl app port"
}
},
"volumes": {
"/config": {
"description": "Choose a share for Folding@home to use. Eg: create a share called foldingathome for this purpose alone.",
"label": "Config"
}
},
"environment": {
"PUID": {
"description": "Enter a valid system UserID for Folding@home. Must have full permissions on the previous Share.",
"label": "PUID",
"index": 1
},
"PGID": {
"description": "Enter a valid system GroupID for Folding@home. This group or the above UserID must have full permissions on the previous Share.",
"label": "PGID",
"index": 2
}
}
}
}
}
}