Articles in this section

Premium Repository vs Free Repository

Overview

Anaconda maintains two package repositories that serve different audiences. Understanding the distinction helps you configure your organization's channels correctly and ensures your users are pulling from the right source.

Premium versus Free

Premium RepositoryFree Repository
URLrepo.anaconda.cloudrepo.anaconda.com
AccessRequires an active Anaconda subscription and organization tokenPublicly accessible without authentication
PackagesCurated, security-screened packages with CVE metadata and policy supportStandard Anaconda Distribution packages
Security dataFull CVE scoring, status tracking, and policy filtering availableNo CVE or policy filtering
SLAEnterprise-grade uptime and supportBest effort
Use caseProduction and enterprise environments where security and governance matterPersonal use, evaluation, and open exploration

Using the Premium Repository in your organization

When you create a Virtual or External channel in Anaconda Platform Cloud, the platform connects to the Premium Repository by default. Your organization's users access packages through the channel URLs provided in the platform, authenticated via their organization credentials.

To find your organization's repository endpoint:

  1. Navigate to Organization Settings.
  2. Select the Repository tab.
  3. Copy the Repository URL and token for use in conda configuration.

Configuring conda to use the Premium Repository

To point conda to your organization's private channels, add the channel URL to your .condarc file or provide it directly in the conda install command.

Note: Your administrator can distribute a pre-configured .condarc file to all users via your organization's onboarding process, eliminating the need for manual configuration on each machine.

Was this article helpful?
0 out of 0 found this helpful