Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```