Skip to content

A boinc docker image supporting nVidia ( account manager oriented )

Notifications You must be signed in to change notification settings

Minuntu/docker-nvidia-boinc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boinc node docker file

Minimal config

BAM_URL : Url for the Boinc account manager ( boincstats, grcpool, ... )

BAM_USERNAME : Your BAM username

BAM_PASSWORD : Your BAM password

Run ( with nvidia Cuda, see https://github.com/NVIDIA/nvidia-docker )

docker run --name boinc --runtime=nvidia -ti --rm -e BAM_USERNAME="xxxx" -e BAM_PASSWORD="xxx" -e BAM_URL="http://xxxx" -v boincdata:/data minuntu/nvidia-boinc

WARNING: always use a volume, otherwise you'll lose your boinc data !

About

A boinc docker image supporting nVidia ( account manager oriented )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages