From f35a66b227c3cb61e3f9a775fdae7184e3923e18 Mon Sep 17 00:00:00 2001 From: szakeetm Date: Fri, 20 Mar 2020 15:31:28 +0100 Subject: [PATCH] Change team id to CERN 38188 is CERN team: https://stats.foldingathome.org/team/38188 --- simple/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple/Dockerfile b/simple/Dockerfile index bffd60c..6b5f997 100644 --- a/simple/Dockerfile +++ b/simple/Dockerfile @@ -2,4 +2,4 @@ FROM centos RUN curl -O https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v7.5/fahclient-7.5.1-1.x86_64.rpm RUN yum install -y compat-openssl10-1:1.0.2o-3.el8 RUN rpm -ivh fahclient-7.5.1-1.x86_64.rpm -CMD FAHClient --user=Anonymous --team=0 --passkey='1385yourpasskeyhere5924' --gpu=false --smp=true +CMD FAHClient --user=Anonymous --team=38188 --passkey='' --gpu=false --smp=true