Sign inSign up

daniilyar/boinc

By daniilyar

Updated over 6 years ago

Image
0

151

daniilyar/boinc repository overview

Before you start, register at Rosetta website (http://boinc.bakerlab.org/rosetta/join.php) and remember your registration email and password, you will need them for the below commands

  • Start Boinc rosetta container with 30% CPU limit:
docker rm -f boinc && docker run -d --cpu-quota 30000 -it --name boinc --net=host --restart=always --pid=host -v ${HOME}/boinc:/var/lib/boinc daniilyar/boinc
  • [If you are executing Boinc container for the first time] Get the account key:
ACCOUNT_KEY=`docker exec -it boinc boinccmd --host 127.0.0.1 --passwd 123 --lookup_account http://boinc.bakerlab.org/rosetta '<email>' '<password>' | tail -n 1 | awk '{print $3}`

It will print you a token

  • [If you are executing Boinc container for the first time] Attach to Rosetta project and start calculating:
docker exec -it boinc boinccmd --host 127.0.0.1 --passwd 123 --project_attach "http://boinc.bakerlab.org/rosetta" "${ACCOUNT_KEY}"

After you reboot your PC or Docker or container (or recreate the container using thee first command above), it will continue calculating properly

Tag summary

Content type

Image

Digest

Size

61.7 MB

Last updated

over 6 years ago

docker pull daniilyar/boinc