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.63 and update Dockerfile link
Browse files Browse the repository at this point in the history
  • Loading branch information
danny900714 committed Aug 5, 2021
1 parent 8c3fe46 commit 80229b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ubuntu:20.04 AS builder

WORKDIR /tmp

ARG GMINER_VERSION="2.56"
ARG GMINER_FILENAME="gminer_2_56_linux64.tar.xz"
ARG GMINER_VERSION="2.63"
ARG GMINER_FILENAME="gminer_2_63_linux64.tar.xz"

RUN mkdir gminer &&\
apt update && apt install tar wget xz-utils -y
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,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.56
- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.63
6 changes: 3 additions & 3 deletions hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

# Supported tags and respective `Dockerfile` links

- [`2.56`, `latest`](https://github.com/dockminer/gminer/blob/v2.56/Dockerfile)
- [`2.63`, `latest`](https://github.com/dockminer/gminer/blob/v2.63/Dockerfile)
- [`2.56`](https://github.com/dockminer/gminer/blob/v2.56/Dockerfile)
- [`2.55`](https://github.com/dockminer/gminer/blob/v2.55/Dockerfile)
- [`2.49`](https://github.com/dockminer/gminer/blob/ee64b7bf1b3d57c6fb87608a864b95424d731d6a/Dockerfile)

# What is GMiner?

Expand Down 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.56
- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.63

0 comments on commit 80229b8

Please sign in to comment.