You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
+
7
+
## 2022-12-12
8
+
9
+
### Added
10
+
11
+
- The following new Docker images have been added:
12
+
-`1.13.0-cuda11.8-ubuntu22.04`
13
+
-`1.13.0-nocuda-ubuntu22.04`
14
+
- New Docker images include [Micromamba](https://mamba.readthedocs.io/en/latest/user_guide/micromamba.html).
15
+
16
+
### Changed
17
+
18
+
- New Dockerfiles use an explicit [Conda lock file](https://github.com/conda-incubator/conda-lock) for better reproducability of image builds instead of installing from `environment.yml` directly. This generally won't affect users of images, but it does make it easier to see exactly which Conda packages are included in each image (see [dockerfiles/1.13.0-nocuda-ubuntu22.04/conda-linux-64.lock](dockerfiles/1.13.0-nocuda-ubuntu22.04/conda-linux-64.lock), for example). It is still possible to install new packages in derived images/containers using an `environment.yml` file.
19
+
20
+
### Deprecated
21
+
22
+
- The following Docker images will remain available on Docker Hub but are no longer supported:
0 commit comments