From d5a880604ceb070b1a619902c4a8d023ea29bf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=99=E5=AD=90=E8=B3=A2?= Date: Mon, 22 Mar 2021 23:12:25 +0800 Subject: [PATCH] Upgrade GMiner to 2.47 --- Dockerfile | 4 ++-- README.md | 2 +- hub/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01b9160..c8b711e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ WORKDIR /tmp RUN mkdir gminer &&\ apt update && apt install tar wget xz-utils -y -RUN wget https://github.com/develsoftware/GMinerRelease/releases/download/2.46/gminer_2_46_linux64.tar.xz && \ - tar xf gminer_2_46_linux64.tar.xz -C gminer +RUN wget https://github.com/develsoftware/GMinerRelease/releases/download/2.47/gminer_2_47_linux64.tar.xz && \ + tar xf gminer_2_47_linux64.tar.xz -C gminer FROM nvidia/cuda:10.2-base diff --git a/README.md b/README.md index bb4e5de..b72d28c 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ In default, the docker expose the 8080 port for GMiner monitoring page, you can This image is built on top of the following softwares: - [Nvidia CUDA Container](https://gitlab.com/nvidia/container-images/cuda) v10.2 -- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.46 \ No newline at end of file +- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.47 \ No newline at end of file diff --git a/hub/README.md b/hub/README.md index f0c61cd..0988388 100644 --- a/hub/README.md +++ b/hub/README.md @@ -41,4 +41,4 @@ In default, the docker expose the 8080 port for GMiner monitoring page, you can This image is built on top of the following softwares: - [Nvidia CUDA Container](https://gitlab.com/nvidia/container-images/cuda) v10.2 -- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.46 +- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.47