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