Skip to content

Commit

Permalink
Merge pull request #552 from mamba-org/cuda-12.6.1
Browse files Browse the repository at this point in the history
feat: add cuda v12.6.1 and ubuntu:24.10 images
  • Loading branch information
wholtz authored Oct 11, 2024
2 parents 277ddbf + 65d2af4 commit 9320035
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ env:
DEFAULT_BASE_IMAGE: 'debian:12-slim'
LATEST_DEBIAN_BASE_IMAGE: 'debian:12'
LATEST_DEBIAN_SLIM_BASE_IMAGE: 'debian:12-slim'
LATEST_UBUNTU_BASE_IMAGE: 'ubuntu:24.04'
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.0-base-ubuntu24.04'
LATEST_CUDA_BASE_IMAGE: 'nvidia/cuda:12.6.1-base-ubuntu24.04'

jobs:
build_docker_image_and_push:
Expand All @@ -28,6 +28,7 @@ jobs:
- debian:12
- debian:11-slim
- debian:11
- ubuntu:24.10
- ubuntu:24.04
- ubuntu:22.04
- ubuntu:20.04
Expand All @@ -36,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.0-base-ubuntu24.04
- nvidia/cuda:12.6.0-base-ubuntu22.04
- nvidia/cuda:12.6.0-base-ubuntu20.04
- 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.5.1-base-ubuntu24.04
- nvidia/cuda:12.5.1-base-ubuntu22.04
- nvidia/cuda:12.5.1-base-ubuntu20.04
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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).

## 10 October 2024

- Update CUDA v12.6.0 images to CUDA v12.6.1
- Add image based on `ubuntu:24.10`

## 9 October 2024

- Fixed/added the following tags: alpine, debian, debian-slim, ubuntu, amazon, cuda
Expand Down

0 comments on commit 9320035

Please sign in to comment.