Use miniforge instead of miniconda to avoid anaconda licensing issues

This commit is contained in:
oobabooga 2025-07-03 11:31:52 -07:00
parent 9a58964834
commit ab162f976c
4 changed files with 11 additions and 9 deletions

View file

@ -30,7 +30,7 @@ esac
INSTALL_DIR="$(pwd)/installer_files"
CONDA_ROOT_PREFIX="$(pwd)/installer_files/conda"
INSTALL_ENV_DIR="$(pwd)/installer_files/env"
MINICONDA_DOWNLOAD_URL="https://repo.anaconda.com/miniconda/Miniconda3-py311_24.11.1-0-Linux-${OS_ARCH}.sh"
MINICONDA_DOWNLOAD_URL="https://github.com/conda-forge/miniforge/releases/download/25.3.0-3/Miniforge3-25.3.0-3-Linux-${OS_ARCH}.sh"
conda_exists="F"
# figure out whether git and conda needs to be installed