1
0
Fork 0
folding-at-home-docker-gpu/entrypoint.sh

12 lines
215 B
Bash
Raw Normal View History

2020-03-05 10:46:24 +00:00
#!/bin/bash
/opt/fahclient/FAHClient \
--user=${USER} \
--team=${TEAM} \
--passkey=${PASSKEY} \
--gpu=${ENABLE_GPU} \
--smp=${ENABLE_SMP} \
--power=full \
--gui-enabled=false \
${@}