Miniforge asks to accept license terms now - why?
We have a gpu deployment tutorial, where we go over instructions on how to install miniforge, to use conda to install some rapids packages.
Recently, we noticed that to be able to proceed with the installation, it now requires accepting Anaconda's ToS, even though we will not be using the default channels.
Why do we have to accept the ToS? If we reject them we can't proceed with the installation of miniforge.
EDIT: it looks like it's not Anacoda ToS but it's accepting the miniforge BSD3 license agreement. This is quite confusing on why it's needed.
The steps we took to that trigger this issue are [here](https://github.com/NVIDIA/accelerated-computing-hub/blob/main/tutorials/gpu-deployment/gpu-deployment-from-scratch.md#conda)
But most explicitly they are:
```bash
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh # Follow the prompts and choose yes to update your shell profile to automatically initialize conda
```
cc: @jacobtomlinson @jakirkham
关闭于 2025-12-11 10 条评论