Install Conda (Miniforge)
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.
Installation Steps
Create a new instance
- Create a new instance by following the steps in the Quickstart Guide and connect to it. You can also use our VSCode integration for a better development experience.
Install Miniforge
- Download the Miniforge installer:
- Install Miniforge:
- Activate the installation:
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.
Need Help?
If you encounter any issues with Conda installation or package management, please check our troubleshooting guide or contact our support team.