Skip to content

Commit

Permalink
Merge pull request #558 from mamba-org/cuda-v2.12.6
Browse files Browse the repository at this point in the history
feat: update to cuda v12.6.2
  • Loading branch information
wholtz authored Oct 29, 2024
2 parents 9b5712b + cd23e1d commit c5a9693
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
LATEST_UBUNTU_BASE_IMAGE: 'ubuntu:24.10'
LATEST_AMAZON_BASE_IMAGE: 'public.ecr.aws/amazonlinux/amazonlinux:2023'
LATEST_ALPINE_BASE_IMAGE: 'frolvlad/alpine-glibc:alpine-3.20'
LATEST_CUDA_BASE_IMAGE: 'nvidia/cuda:12.6.1-base-ubuntu24.04'
LATEST_CUDA_BASE_IMAGE: 'nvidia/cuda:12.6.2-base-ubuntu24.04'

jobs:
build_docker_image_and_push:
Expand All @@ -37,9 +37,9 @@ jobs:
- frolvlad/alpine-glibc:alpine-3.18
- frolvlad/alpine-glibc:alpine-3.17
- public.ecr.aws/amazonlinux/amazonlinux:2023
- nvidia/cuda:12.6.1-base-ubuntu24.04
- nvidia/cuda:12.6.1-base-ubuntu22.04
- nvidia/cuda:12.6.1-base-ubuntu20.04
- nvidia/cuda:12.6.2-base-ubuntu24.04
- nvidia/cuda:12.6.2-base-ubuntu22.04
- nvidia/cuda:12.6.2-base-ubuntu20.04
- nvidia/cuda:12.5.1-base-ubuntu24.04
- nvidia/cuda:12.5.1-base-ubuntu22.04
- nvidia/cuda:12.5.1-base-ubuntu20.04
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This change log covers changes to the docker image and does not include
[changes to the micromamba program](https://github.com/mamba-org/mamba/blob/main/CHANGELOG.md).

## 28 October 2024

- Update CUDA v12.6.1 images to CUDA v12.6.2

## 10 October 2024

- Update CUDA v12.6.0 images to CUDA v12.6.1
Expand Down

0 comments on commit c5a9693

Please sign in to comment.