From 59102066e4a1541cd8ac33c44e6a030ed78744c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=99=E5=AD=90=E8=B3=A2?= <37932792+ZhaoTzuHsien@users.noreply.github.com> Date: Sat, 22 Jan 2022 22:23:53 +0800 Subject: [PATCH] Upgrade GMiner to 2.75 and CUDA to 11.3.1 (#5) * 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 --- Dockerfile | 6 +++--- README.md | 4 ++-- hub/README.md | 7 ++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9563b68..ec3d1b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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" diff --git a/README.md b/README.md index 4486f8a..f66cffe 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +- [Nvidia CUDA Container](https://gitlab.com/nvidia/container-images/cuda) v11.3.1 +- [GMiner](https://github.com/develsoftware/GMinerRelease) v2.75 \ No newline at end of file diff --git a/hub/README.md b/hub/README.md index 11877b1..ce3fec6 100644 --- a/hub/README.md +++ b/hub/README.md @@ -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) @@ -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