Skip to content

Commit

Permalink
guess Cuda 9, 10 are gone
Browse files Browse the repository at this point in the history
  • Loading branch information
thelolagemann committed Mar 1, 2024
1 parent 745bd39 commit 42cdf24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
matrix:
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
ubuntu_version: 18.04
- cuda_base: 10.2
ubuntu_version: 18.04
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Ensure you have the correct nvidia-drivers installed, and then run `nvidia-smi`
supported CUDA version. For example, 11.4 => `thelolagemann/gminer:latest-cuda-11.4.3`. Currently, images are
automatically generated on each new gminer release, for CUDA versions

- 9.2
- 10.2
- 11.2.2
- 11.3.1
- 11.4.3
Expand Down Expand Up @@ -117,17 +115,17 @@ build arguments you can pass during build.

| Argument | Description | Default |
|------------------|----------------------------------------------------------|----------|
| `GMINER_VERSION` | The version of gminer to build the container with. | `3.17` |
| `CUDA_BASE` | The version of CUDA to build the container with. | `11.6.0` |
| `GMINER_VERSION` | The version of gminer to build the container with. | `3.43` |
| `CUDA_BASE` | The version of CUDA to build the container with. | `11.6.1` |
| `UBUNTU_VERSION` | Ubuntu OS base container version.<sup>[1](#ubuntu)</sup> | `20.04` |

<sup><a name="ubuntu">1</a>: Check NVIDIA's [dockerhub](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=-runtime-ubuntu)
to correctly match up the CUDA and Ubuntu versions.</sup>

For example, to build a container with cuda version 11.6.0 and gminer 3.17, run the command
For example, to build a container with cuda version 11.6.1 and gminer 3.43, run the command

```shell
docker build --build-arg GMINER_VERSION=3.17 --build-arg CUDA_BASE=11.6.0 .
docker build --build-arg GMINER_VERSION=3.43 --build-arg CUDA_BASE=11.6.1 .
```

## License
Expand Down

0 comments on commit 42cdf24

Please sign in to comment.