Skip to content

Commit

Permalink
additional cuda updates (#1406)
Browse files Browse the repository at this point in the history
* additional cuda update

* ref correct version

* Update README.md

* readme links

* typo

---------

Co-authored-by: Helio Machado <[email protected]>
  • Loading branch information
dacbd and 0x2b3bfa0 committed Jul 26, 2023
1 parent aaaed00 commit 5357616
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- base: 0
ubuntu: 18.04
python: 2.7
cuda: 10.1
cudnn: 7
cuda: 11.2.2
cudnn: 8
- base: 1
ubuntu: 20.04
python: 3.8
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,3 +641,7 @@ These are some example projects using CML.
:key:

:key: needs a [PAT](#environment-variables).


# :warning: Maintenance :warning:
- ~2023-07 Nvidia has dropped container CUDA images with [10.x](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=10)/[cudnn7](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=cudnn7) and [11.2.1](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=11.2.1), CML images will be updated accrodingly

0 comments on commit 5357616

Please sign in to comment.