Learn how to install Conda on Thunder Compute using the recommended Miniforge installer. Follow step-by-step instructions for setup and activation.
Miniforge is the recommended installer for Conda from the conda-forge project. It includes conda, mamba, and their dependencies. On Thunder Compute instances, you must use Miniforge as other Conda distributions (like Anaconda or Miniconda) may have compatibility issues with system libraries. For more details about system compatibility, see our compatibility guide.
That said, if you have installed the standard version of Conda, and are seeing errors, try this command as a potential fix:
bash Miniforge3-$(uname)-$(uname -m).sh# Accept the license agreement (Enter, Q, Enter)# Confirm the installation location (yes)# Allow the installer to initialize Miniforge3 (yes)
Activate the installation:
Copy
Ask AI
source ~/.bashrc
Once installed, you might want to check out our guide on running Jupyter notebooks to start using your Conda environment for data science and machine learning tasks.