Skip to content

TheCulliganMan/folding-at-home

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folding@Home

Docker

Docker GPU (opencl/cuda) container for running Folding@Home

First steps

If you are intending to use your GPUS, make sure you have the follow the instructions to get the nvidia-container-toolkit installed.

The Makefile helps to inprove quality of life. It has simplified command sets to view logs and such.

The repo is packaged and available at:

docker pull theculliganman/folding-at-home

Usage

To Run

# Normal
make run
# different username and team
make run USER_NAME=foobar TEAM=0

To View Logs

make stop

To Stop

make stop

The web console is available on port 7396.