Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasheinrich/folding-at-home-docker
docker images for folding @ home
https://github.com/lukasheinrich/folding-at-home-docker
coronavirus covid-19 covid-virus foldingathome
Last synced: 22 days ago
JSON representation
docker images for folding @ home
- Host: GitHub
- URL: https://github.com/lukasheinrich/folding-at-home-docker
- Owner: lukasheinrich
- Created: 2020-03-19T12:03:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T16:52:38.000Z (almost 4 years ago)
- Last Synced: 2024-12-27T03:42:22.781Z (29 days ago)
- Topics: coronavirus, covid-19, covid-virus, foldingathome
- Language: Dockerfile
- Size: 20.5 KB
- Stars: 5
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folding@home Docker images
Docker images for [Folding@home](https://foldingathome.org/) with GPU support
[![Docker Pulls](https://img.shields.io/docker/pulls/lukasheinrich/folding)](https://hub.docker.com/r/lukasheinrich/folding)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/lukasheinrich/folding/simple)](https://hub.docker.com/r/lukasheinrich/folding/tags?name=latest)## Build image
```
docker build -t lukasheinrich/folding:latest . -f Dockerfile
```## Usage
```
docker run --rm lukasheinrich/folding:latest
singularity run --nv docker://lukasheinrich/folding:latest FAHClient --user=CERN --team=38188 --gpu=true --smp=true
```