-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathfoldingathome-linuxserver.json
More file actions
57 lines (57 loc) · 2.7 KB
/
foldingathome-linuxserver.json
File metadata and controls
57 lines (57 loc) · 2.7 KB
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
57
{
"Folding@home": {
"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 a <a href='https://hub.docker.com/r/linuxserver/foldingathome' target='_blank'>custom OCI image</a>, available for amd64 and arm64 architecture.",
"version": "8.4",
"website": "https://foldingathome.org/",
"more_info": "<h4>Installation notes</h4><p>Starting with version 8.0 the UI is not incorporated into the FAH client, but can now be managed via one's user account. For the installation, a user account is required (and an account token).</p><p>This Rockon is CPU only by default. GPU folding capability requires: Nvidia drivers & nvidia-OCI installed (untested). See <a href='https://github.com/NVIDIA/nvidia-docker' target='_blank'>https://github.com/NVIDIA/nvidia-docker</a>as well as linuxserver's OCI page</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>",
"containers": {
"foldingathome-linuxserver": {
"image": "linuxserver/foldingathome",
"tag": "latest",
"launch_order": 1,
"ports": {
"7396": {
"description": "Folding@home WebUI (redirects to https://app.foldingathome.org.",
"label": "WebUI port [e.g. 7396]",
"host_default": 7396,
"ui": true
}
},
"volumes": {
"/config": {
"description": "Share for Folding@home work-space.",
"label": "Config [e.g. foldingathome]"
}
},
"opts": [
[
"-e",
"NVIDIA_VISIBLE_DEVICES=all"
]
],
"environment": {
"ACCOUNT_TOKEN": {
"description": "Register for an account on https://app.foldingathome.org and retrieve account token in Settings. Required on first start.",
"label": "Account Token",
"index": 3
},
"MACHINE_NAME": {
"description": "Assign a friendly name to this instance (no spaces).",
"label": "Machine Name",
"index": 4
},
"PGID": {
"description": "Valid GroupID for Folding@home. This group or the above UserID must have full permissions on the previous Share.",
"label": "PGID",
"index": 2
},
"PUID": {
"description": "Valid UserID for Folding@home. Must have full permissions on the previous Share.",
"label": "PUID",
"index": 1
}
}
}
}
}
}