From a76b1f609273bb9df609b1d3925eaf0b7ed6ef38 Mon Sep 17 00:00:00 2001 From: kahiroka Date: Sat, 13 Jan 2018 23:59:49 +0900 Subject: [PATCH] Change to make -j4 as the default. #4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b6ce72..d46ea71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN chown miner:miner /home/miner/run-miner.sh USER miner RUN cd && git clone https://github.com/tpruvot/ccminer.git -RUN cd ~/ccminer && ./autogen.sh && ./configure --with-cuda=/usr/local/cuda && make +RUN cd ~/ccminer && ./autogen.sh && ./configure --with-cuda=/usr/local/cuda && make -j4