You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": "This dev container includes the conda package manager pre-installed and available on the `PATH` for data science and Python development. Additional packages installed using Conda will be downloaded from Anaconda or another repository configured by the user. A user can install different versions of Python than the one in this dev container by running a command like: conda install python=3.7"
35
-
}
36
-
]
37
-
}
38
-
}
39
-
},
40
-
"installsAfter": [
41
-
"ghcr.io/devcontainers/features/common-utils"
42
-
]
18
+
"addCondaForge": {
19
+
"type": "boolean",
20
+
"default": false,
21
+
"description": "Add conda-forge channel to the config?"
"text": "This dev container includes the conda package manager pre-installed and available on the `PATH` for data science and Python development. Additional packages installed using Conda will be downloaded from Anaconda or another repository configured by the user. A user can install different versions of Python than the one in this dev container by running a command like: conda install python=3.7"
0 commit comments