Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump CUDA from 11.8 to 12.0 Update Pytorch, Torchvision and Tensorflow to use CUDA 12.0 builds. Also bumped pytorch from 2.0.0 to 2.1.0, torchvision from 0.15.1 to 0.16.1 and tensorflow from 2.14.0 to 2.15.0 because lower versions only has CUDA 11.8 on conda-forge. * Pin to flax>=0.8.0 * Set with-cuda=12.0 flag on conda-lock lock * Set CONDA_OVERRIDE_CUDA environment variable Xref https://conda-forge.org/docs/maintainer/knowledge_base.html#cuda-builds * Regenerate conda-lock files for ml-notebook and pytorch-notebook Manually re-locking * Delete conda-lock.yml files for ml-notebook and pytorch-notebook * Revert "Delete conda-lock.yml files for ml-notebook and pytorch-notebook" This reverts commit 7658847. * Bump conda-lock from 2.3 to 2.5 Bumps [conda-lock](https://github.com/conda/conda-lock) from 2.3.0 to 2.5.5. - [Release notes](https://github.com/conda/conda-lock/releases) - [Commits](conda/conda-lock@v2.3.0...v2.5.5) * Bump conda from 23.11.0 to 24.1.2 Bumps [conda](https://github.com/conda/conda) from 23.11.0 to 24.1.2. - [Release notes](https://github.com/conda/conda/releases) - [Changelog](https://github.com/conda/conda/blob/master/CHANGELOG.md) - [Commits](conda/conda@23.11.0...24.1.2) * Try manually removing cudatoolkit from conda-lock.yml Xref mamba-org/mamba#3120 * Revert "Set CONDA_OVERRIDE_CUDA environment variable" This reverts commit 4d26a19. * Try removing asterisk in front of cuda120 build string * Depend on cuda-version=12.0 instead of matching cuda120 build string * Increase conda-lock timeout minutes from 20 to 30min * [condalock-command] autogenerated conda-lock files * Revert "[condalock-command] autogenerated conda-lock files" This reverts commit 12da355. * Keep cuda120 build string regex pattern Partial revert of 537c27f * Set cuda-version pin as >=12.0 instead of =12.0 Pin minimum version of CUDA to 12.0, instead of specifying exact pin on 12.0 * Add virtual-packages.yml to ml-notebook and pytorch-notebook Xref https://github.com/conda/conda-lock/tree/v2.5.7?tab=readme-ov-file#--virtual-package-spec * [condalock-command] autogenerated conda-lock files --------- Co-authored-by: pangeo-bot <pangeo-bot@users.noreply.github.com>
- Loading branch information