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

13 lines
240 B
Bash

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