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
- Host: GitHub
- URL: https://github.com/mcrmonkey/fah
- Owner: mcrmonkey
- Created: 2020-03-17T16:58:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T17:00:15.000Z (about 6 years ago)
- Last Synced: 2025-05-16T22:37:15.733Z (about 1 year ago)
- Topics: docker-image, dockerfile, foldingathome
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```