Skip to content
/ fah Public

Folding at Home in docker

Notifications You must be signed in to change notification settings

mcrmonkey/fah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Folding at home - in docker

For running Folding@Home in a docker container

The web console is available on port 7396.

Usage

Run like so for anonymous contribution using CPU:

docker run --rm -it --name fah -p 7396:7396 mcrmonkey/fah:latest

Certain librarys will need adding for running on GPU's

Building

docker build -t fah .