Skip to content

Commit

Permalink
some fixes (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelolagemann committed Mar 1, 2024
1 parent a4d118f commit 745bd39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cuda_base: [11.2.2, 11.3.1, 11.4.3, 11.5.1, 11.6.0]
cuda_base: [11.2.2, 11.3.1, 11.4.3, 11.5.1, 11.6.1]
ubuntu_version: [20.04]
include:
- cuda_base: 9.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG CUDA_BASE=11.6.0
ARG CUDA_BASE=11.6.1
ARG UBUNTU_VERSION=20.04

FROM alpine:latest as builder
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# docker-gminer

![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/thelolagemann/gminer?style=flat-square)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/thelolagemann/docker-gminer/Build%20and%20publish%20docker%20image?style=flat-square)
![Gminer version](https://img.shields.io/badge/gminer-v3.17-blue?style=flat-square)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/thelolagemann/docker-gminer/main.yml)
![Gminer version](https://img.shields.io/badge/gminer-v3.43-blue?style=flat-square)

A docker container for quickly getting up and running with gminer.

Expand Down Expand Up @@ -132,4 +132,4 @@ docker build --build-arg GMINER_VERSION=3.17 --build-arg CUDA_BASE=11.6.0 .

## License

This project is licensed under the MIT license - see the [LICENSE](https://github.com/thelolagemann/docker-gminer/blob/main/LICENSE) file for details
This project is licensed under the MIT license - see the [LICENSE](https://github.com/thelolagemann/docker-gminer/blob/main/LICENSE) file for details

0 comments on commit 745bd39

Please sign in to comment.