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

12 lines
215 B
Bash

#!/bin/bash
/opt/fahclient/FAHClient \
--user=${USER} \
--team=${TEAM} \
--passkey=${PASSKEY} \
--gpu=${ENABLE_GPU} \
--smp=${ENABLE_SMP} \
--power=full \
--gui-enabled=false \
${@}