Sign inSign up

osgiliath/boinc

By osgiliath

•Updated about 15 hours ago

BOINC client with GPU drivers

Image
Data science
2

7.2K

osgiliath/boinc repository overview

BOINC lets you help cutting-edge science research using your own computer.

Docker Pulls

⁠Support

https://gitlab.com/wilkart/gridcoin-plateaux/-/issues⁠

⁠Tags

⁠CPU - without GPU drivers installed.

Docker Version Docker Image Size

⁠NVIDIA - for Nvidia modern GPUs, with latest drivers installed.

Docker Version Docker Image Size

⁠NVIDIA580 - for Nvidia Fermi 500 series, with 580.x drivers installed.

Docker Version Docker Image Size

⁠NVIDIA470 - for Nvidia GKxxx "Kepler", with 470.x drivers installed.

Docker Version Docker Image Size

⁠NVIDIA390 - for Nvidia GeForce 400, 500 series, with 390.x drivers installed.

Docker Version Docker Image Size

See all tags⁠

⁠Runtime

Start a BOINC container with NVIDIA drivers.

docker run --detach \
  --name boinc \
  --hostname boinc \
  --network host \
  --pid host \
  --runtime=nvidia \
  --gpus all \
  -v boinc-data:/var/lib/boinc \
  -e BOINC_GUI_RPC_AUTH="123456789" \
  -e BOINC_CMD_LINE_OPTIONS="--allow_remote_gui_rpc" \
  osgiliath/boinc:nvidia;

⁠Projects

Attach BOINC Einstein@Home project.

docker exec -it boinc boinccmd --project_attach https://einstein.phys.uwm.edu/ WEAKACCOUNTKEY;

⁠License

⁠CC0 1.0 Universal

The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information below.

⁠Other Information

In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights. Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer.

Tag summary

Content type

Image

Digest

sha256:b0b852a60…

Size

499.3 MB

Last updated

about 15 hours ago

docker pull osgiliath/boinc:cpu