wallneradam / docker-ccminer

CCMiner (tpruvot version) Docker Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCMiner (tpruvot version) Docker builder

It is a Docker image builder for CCMiner based on NVidia Cuda 6.5.

Prerequisistes

Building

Edit cuda version of your GPU in build.sh. The default is 6.5 which is the minimum. (It is only tested with CUDA 6.5, higher versions may have other dependencies as well)

Then just start:

./build.sh

This will install all prerequisites in a container then build CCMiner. After run, the built program will be in the dist directory.

From the dist directory the script will create a runtime image, without the build toolchain of CUDA and GCC, which this way will be much smaller.

Usage

nvidia-docker run --rm -t wallneradam/docker-ccminer ccminer --help

About

CCMiner (tpruvot version) Docker Builder

License:MIT License


Languages

Language:Shell 100.0%