Skip to content

Commit

Permalink
docs: update cuda version for base 1 (#1123)
Browse files Browse the repository at this point in the history
CUDA version in documentation for base 1 is out of date.
Images currently use CUDA: 11.2.1 and CUDNN: 8.1.1

Co-authored-by: Samuel Knight <[email protected]>
Co-authored-by: DavidGOrtega <[email protected]>
Co-authored-by: Helio Machado <[email protected]>
  • Loading branch information
4 people authored Sep 6, 2022
1 parent 341f32e commit ca1ed99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ image tags. The tag convention is `{CML_VER}-dvc{DVC_VER}-base{BASE_VER}{-gpu}`:
| `{BASE_VER}` | Software included (`-gpu`) |
| ------------ | ----------------------------------------------- |
| 0 | Ubuntu 18.04, Python 2.7 (CUDA 10.1, CuDNN 7) |
| 1 | Ubuntu 20.04, Python 3.8 (CUDA 11.0.3, CuDNN 8) |
| 1 | Ubuntu 20.04, Python 3.8 (CUDA 11.2, CuDNN 8) |

For example, `docker://iterativeai/cml:0-dvc2-base1-gpu`, or
`docker://ghcr.io/iterative/cml:0-dvc2-base1`.
Expand Down

1 comment on commit ca1ed99

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.