An open API service indexing awesome lists of open source software.

https://github.com/mcrmonkey/fah

Folding at Home in docker
https://github.com/mcrmonkey/fah

docker-image dockerfile foldingathome

Last synced: 10 months ago
JSON representation

Folding at Home in docker

Awesome Lists containing this project

README

          

# Folding at home - in docker

For running [Folding@Home](http://folding.stanford.edu/) in a docker container

The web console is available on port `7396`.

## Usage

Run like so for anonymous contribution using CPU:

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

```

Certain librarys will need adding for running on GPU's

## Building

```bash
docker build -t fah .

```