Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Upgrade GMiner to 2.47
Browse files Browse the repository at this point in the history
  • Loading branch information
danny900714 committed Mar 22, 2021
1 parent 4bae950 commit d5a8806
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.47
2 changes: 1 addition & 1 deletion hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d5a8806

Please sign in to comment.