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.75 and CUDA to 11.3.1 (#5)
Browse files Browse the repository at this point in the history
* Upgrade CUDA to 11.6.0

* Downgrade CUDA to 11.3.1

* Add back libnvidia-ml.so.1

* Upgrade GMiner to 2.75 and update Dockerfile link
  • Loading branch information
danny900714 authored Jan 22, 2022
1 parent 3bfc999 commit 5910206
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 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.74"
ARG GMINER_FILENAME="gminer_2_74_linux64.tar.xz"
ARG GMINER_VERSION="2.75"
ARG GMINER_FILENAME="gminer_2_75_linux64.tar.xz"

RUN mkdir gminer &&\
apt update && apt install tar wget xz-utils -y
Expand All @@ -12,7 +12,7 @@ RUN wget https://github.com/develsoftware/GMinerRelease/releases/download/${GMIN
tar xf ${GMINER_FILENAME} -C gminer


FROM nvidia/cuda:10.2-base
FROM nvidia/cuda:11.3.1-base-ubuntu20.04

LABEL maintainer="Dockminer"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ 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.74
- [Nvidia CUDA Container](https://gitlab.com/nvidia/container-images/cuda) v11.3.1
- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.75
7 changes: 4 additions & 3 deletions hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

# Supported tags and respective `Dockerfile` links

- [`2.74`, `latest`](https://github.com/dockminer/gminer/blob/v2.74/Dockerfile)
- [`2.75`, `latest`](https://github.com/dockminer/gminer/blob/v2.75/Dockerfile)
- [`2.74`](https://github.com/dockminer/gminer/blob/v2.74/Dockerfile)
- [`2.73`](https://github.com/dockminer/gminer/blob/v2.73/Dockerfile)
- [`2.69`](https://github.com/dockminer/gminer/blob/v2.69/Dockerfile)
- [`2.64`](https://github.com/dockminer/gminer/blob/v2.64/Dockerfile)
Expand Down Expand Up @@ -41,5 +42,5 @@ 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.74
- [Nvidia CUDA Container](https://gitlab.com/nvidia/container-images/cuda) v11.3.1
- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.75

0 comments on commit 5910206

Please sign in to comment.