features/src/anaconda
2022-09-06 15:46:56 -07:00
..
devcontainer-feature.json bump versions (#138) 2022-09-06 15:46:56 -07:00
install.sh fix bug - Debian / Ubuntu base conda-notice.txt error (#135) 2022-09-06 13:50:11 -07:00
NOTES.md Add notes for Features that have them (#88) 2022-08-11 15:11:00 -05:00
README.md Automated documentation update (#106) 2022-08-18 12:31:22 -04:00

Anaconda (anaconda)

Example Usage

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

Options

Options Id Description Type Default Value
version Select or enter an anaconda version. string latest

Using Conda

This Feature includes the conda package manager. 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.