Skip to content

coreweave/fah-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPU Folding @ Home in Docker

This repository provides a Dockerfile and example Kubernetes manfiest for running Folding @ Home with NVIDIA GPU support in a container. You will need the NVIDIA Docker Runtime installed on your host.

This image is published to Docker Hub.

Example usage

docker run --gpus all --name fah -p 7396:7396 -v $(pwd)/fah-data:/root -d coreweave/fah-gpu:7.5.1

Custom settings

docker run --gpus all --name fah -p 7396:7396 -v $(pwd)/fah-data:/root -d coreweave/fah-gpu:7.5.1 \
  FAHClient --user=CoreWeave --team=236584 --gpu=true --smp=true --priority=low --cpu-usage=90 --web-allow=0/0 --allow=0/0 --gpu-usage=100

About

Folding @ Home with NVIDIA GPU support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published