rapidsai / miniforge-cuda

https://hub.docker.com/r/rapidsai/miniforge-cuda/
12 stars 9 forks source link

Downgrade `conda` #63

Closed ajschmidt8 closed 5 months ago

ajschmidt8 commented 5 months ago

This PR temporarily downgrades conda to a version prior to 24.3.0.

This is necessary because 24.3.0 removed support for conda env create --force, which we use.

See the links below for more details:

jakirkham commented 5 months ago

Thanks AJ and Bradley for working on this! 🙏

Looks like the bulk of RAPIDS projects have now moved off --force

There are a couple projects that may need another nudge. Am raising these offline

For now think we are ok to update Conda again

jakirkham commented 5 months ago

Upgrading Conda with PR: https://github.com/rapidsai/miniforge-cuda/pull/64