linuxdeploy / linuxdeploy-plugin-conda

Python plugin for linuxdeploy. Sets up miniconda in an AppDir and installs user specified packages.
MIT License
29 stars 13 forks source link

Use miniforge3 over miniconda because of commercial usage constraints #45

Open ehfd opened 6 months ago

ehfd commented 6 months ago

CC @TheAssassin

https://www.anaconda.com/blog/is-conda-free

As written above, Anaconda, Miniconda, and the main/anaconda channels are not free for commercial organizations with over 200 or more people. However, almost all other channels including conda-forge do not have this constraint.

However, conda-forge maintains its own installation of Miniconda, named Miniforge3. This contains mamba and conda-libmamba-solver as default, and is functionally equal except for only containing the conda-forge channel.

Located: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-ppc64le.sh