Skip to content

Commit

Permalink
Change to make -j4 as the default. #4
Browse files Browse the repository at this point in the history
  • Loading branch information
kahiroka committed Jan 13, 2018
1 parent 5bf58c1 commit a76b1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a76b1f6

Please sign in to comment.