blob: 2f3a5bc2c6ec7d6ef69ddff4596dbfba2c993edb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"id": "anaconda",
"version": "1.0.4",
"name": "Anaconda",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/anaconda",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"4.11.0",
"4.12.0"
],
"default": "latest",
"description": "Select or enter an anaconda version."
}
},
"containerEnv": {
"CONDA_DIR": "/opt/conda",
"PATH": "${PATH}:${CONDA_DIR}/bin:"
}
}
|