blob: f733b63a6a81310d4e9687d038ef3e411dcd4b8b (
plain) (
tree)
|
|
{
"id": "anaconda",
"name": "Anaconda",
"options": {
"version": {
"type": "string",
"proposals": [
"latest"
],
"default": "latest",
"description": "Select or enter an anaconda version."
}
},
"containerEnv": {
"CONDA_DIR": "/usr/local/conda",
"PATH": "${CONDA_DIR}/bin:${PATH}"
},
"install": {
"app": "",
"file": "install.sh"
}
}
|