/folding_on_gpu

Dockerfile for running folding@home on NVIDIA GPUs

Primary LanguageDockerfileMIT LicenseMIT

folding_on_gpu

Dockerfile for running folding@home on NVIDIA GPUs with OpenCL.

Requirements

  • docker-compose

Usage

Copy sample-config.xml to config.xml and modify the values. Build and start with docker-compose:

docker-compose up

To run on a remote host already configured with SSH, set the DOCKER_HOST env first, e.g.:

DOCKER_HOST=ssh://<username>@<host> docker-compose up