Skip to content

Commit 952def7

Browse files
Merge branch 'main' of https://github.com/devcontainers/images into samruddhikhandale/adapt-to-spec-.devcontainer
2 parents aa8be40 + 4e1e3c6 commit 952def7

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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": {
@@ -80,7 +80,7 @@
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",

src/universal/manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@
151151
},
152152
"Docker (Moby) CLI & Engine": {
153153
"cgIgnore": true
154+
},
155+
"conda": {
156+
"cgIgnore": true,
157+
"path": "/opt/conda/bin"
154158
}
155159
},
156160
"languages": {
@@ -197,7 +201,7 @@
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
}

src/universal/test-project/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ echo $(echo "php versions" && ls -a /usr/local/php)
9494
# Hugo
9595
check "hugo" hugo version
9696

97-
# Anaconda
98-
check "Anaconda" conda --version
97+
# conda
98+
check "conda" conda --version
9999

100100
# Go
101101
check "go" go version

0 commit comments

Comments
 (0)