内容简介:You can also visit the web dashboard by visiting
Dockerized FAHClient
Folding@home (FAH or F@h) is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. It brings together citizen scientists who volunteer to run simulations of protein dynamics on their personal computers. Insights from this data are helping scientists to better understand biology, and providing new opportunities for developing therapeutics.
Usage
- CPU only
docker run -it --rm -d \ --name fahclient \ -p 7396:7396 \ codingcoffee/fahclient \ --allow 0/0 \ --web-allow 0/0
- CPU and GPU
docker run -it --rm -d \ --name fahclient \ --gpus all \ -p 7396:7396 \ -e ENABLE_GPU=true \ codingcoffee/fahclient \ --allow 0/0 \ --web-allow 0/0
You can also visit the web dashboard by visiting http://localhost:7396 in your browser.
GPU Support
Since this image uses nvidia/cuda as it's base image, to use the GPU support, you'll need to have an NVIDIA GPU, and NVIDIA Container Toolkit installed on your system.
List of usable environment variables
| Environment Varible | Value | Default |
|---|---|---|
USER |
your username | Anonumous |
TEAM |
your team name | 0 |
PASSKEY |
your passkey | |
ENABLE_GPU |
true / false |
false |
ENABLE_SMP |
true / false |
true |
POWER |
full / medium / light |
full |
FAQ
Q: How can I use this with Docker Compose?
A: Well, you can use it with docker compose if you don't want the GPU support. This is because docker compose still doesn't have the a way to specify the --gpu flag, or atleast I wasn't able to figure it out. If you did, open a issue / send a PR with the docker-compose.yml file.
Logs
To get the logs of the running container
d ocker logs -f fahclient
Build
To build the image locally
docker build -t codingcoffee/fahclient .
Contribution
Have better suggestions to optimize the image? Found some typos? Go ahead and send in a Pull Request! Contributions of any kind welcome!
LICENSE
The code in this repository has been released under the GNU General Public License v3
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
企业IT架构转型之道:阿里巴巴中台战略思想与架构实战
钟华 / 机械工业出版社 / 2017-4-1 / 79
在当今整个中国社会都处于互联网转型的浪潮中,不管是政府职能单位、业务规模庞大的央企,还是面临最激烈竞争的零售行业都处于一个重要的转折点,这个转折对企业业务模式带来了冲击,当然也给企业的信息中心部门带来了挑战:如何构建IT系统架构更好地满足互联网时代下企业业务发展的需要。阿里巴巴的共享服务理念以及企业级互联网架构建设的思路,给这些企业带来了不少新的思路,这也是我最终决定写这本书的最主要原因。本书从阿......一起来看看 《企业IT架构转型之道:阿里巴巴中台战略思想与架构实战》 这本书的介绍吧!