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

13 lines
240 B
Bash
Raw Normal View History

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