aboutsummaryrefslogblamecommitdiff
path: root/src/conda/devcontainer-feature.json
blob: 9a2365253607065215c5ed56f39cd4e4802b6a95 (plain) (tree)
1
2
3
4
5

                  
                       

                                                                                



















                                                                                        

                                                           



                                                     
 
{
    "id": "conda",
    "version": "1.0.9",
    "name": "Conda",
    "description": "A cross-platform, language-agnostic binary package manager",
    "documentationURL": "https://github.com/devcontainers/features/tree/main/src/conda",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest",
                "4.11.0",
                "4.12.0"
            ],
            "default": "latest",
            "description": "Select or enter a conda version."
        },
        "addCondaForge": {
            "type": "boolean",
            "default": false,
            "description": "Add conda-forge channel to the config?"
        }
    },
    "containerEnv": {
        "CONDA_DIR": "/opt/conda",
        "CONDA_SCRIPT":"/opt/conda/etc/profile.d/conda.sh",
        "PATH": "/opt/conda/bin:${PATH}"
    },
    "installsAfter": [
        "ghcr.io/devcontainers/features/common-utils"
    ]
}