diff options
Diffstat (limited to 'src/anaconda/devcontainer-feature.json')
-rw-r--r-- | src/anaconda/devcontainer-feature.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/anaconda/devcontainer-feature.json b/src/anaconda/devcontainer-feature.json new file mode 100644 index 0000000..f733b63 --- /dev/null +++ b/src/anaconda/devcontainer-feature.json @@ -0,0 +1,22 @@ +{ + "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" + } +}
\ No newline at end of file |