File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3333 "additionalVersions" : " 8.0.16" ,
3434 "installComposer" : " true"
3535 },
36- "ghcr.io/devcontainers/features/anaconda :1" : {
36+ "ghcr.io/devcontainers/features/conda :1" : {
3737 "version" : " latest"
3838 },
3939 "ghcr.io/devcontainers/features/ruby:1" : {
8080 " ghcr.io/devcontainers/features/python" ,
8181 " ./local-features/machine-learning-packages" ,
8282 " ghcr.io/devcontainers/features/php" ,
83- " ghcr.io/devcontainers/features/anaconda " ,
83+ " ghcr.io/devcontainers/features/conda " ,
8484 " ghcr.io/devcontainers/features/ruby" ,
8585 " ghcr.io/devcontainers/features/java" ,
8686 " ghcr.io/devcontainers/features/sshd" ,
Original file line number Diff line number Diff line change 151151 },
152152 "Docker (Moby) CLI & Engine" : {
153153 "cgIgnore" : true
154+ },
155+ "conda" : {
156+ "cgIgnore" : true ,
157+ "path" : " /opt/conda/bin"
154158 }
155159 },
156160 "languages" : {
197201 "Jupyter Lab" : {
198202 "cgIgnore" : true ,
199203 "versionCommand" : " jupyter-lab --version" ,
200- "path" : " /usr/local/conda /bin/jupyter-lab" ,
204+ "path" : " /home/codespace/.local /bin/jupyter-lab" ,
201205 "downloadUrl" : " https://jupyter.org/"
202206 }
203207 }
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ echo $(echo "php versions" && ls -a /usr/local/php)
9494# Hugo
9595check " hugo" hugo version
9696
97- # Anaconda
98- check " Anaconda " conda --version
97+ # conda
98+ check " conda " conda --version
9999
100100# Go
101101check " go" go version
You can’t perform that action at this time.
0 commit comments