features/src/conda
github-actions[bot] 1313517fc4
Automated documentation update (#250)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2022-10-31 15:10:22 -07:00
..
devcontainer-feature.json add installsAfter: common-utils to all Features (#214) 2022-10-18 16:30:56 -07:00
install.sh Ensure remove apt-update cache at the beginning and end of the scripts (#210) 2022-10-10 15:33:01 -07:00
NOTES.md Adds a new Conda Feature (#127) 2022-09-01 09:41:22 -07:00
README.md Automated documentation update (#250) 2022-10-31 15:10:22 -07:00

Conda (conda)

A cross-platform, language-agnostic binary package manager

Example Usage

"features": {
    "ghcr.io/devcontainers/features/conda:1": {
        "version": "latest"
    }
}

Options

Options Id Description Type Default Value
version Select or enter a conda version. string latest
addCondaForge Add conda-forge channel to the config? boolean false

Using Conda

This Feature includes the conda package manager which is a part of the Anaconda Distribution. Additional packages installed using Conda will be downloaded from Anaconda or another repository if you configure one. To reconfigure Conda in this container to access an alternative repository, please see information on configuring Conda channels here.

Access to the Anaconda repository is covered by the Anaconda Terms of Service, which may require some organizations to obtain a commercial license from Anaconda. However, when used with GitHub Codespaces or GitHub Actions, all users are permitted to use the Anaconda Repository through the service, including organizations normally required by Anaconda to obtain a paid license for commercial activities. Note that third-party packages may be licensed by their publishers in ways that impact your intellectual property, and are used at your own risk.

Installing a different version of Python

As covered in the user FAQ for Anaconda, you can install different versions of Python than the one in this image by running the following from a terminal:

conda install python=3.7

Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.