Skip to content

Commit 8f35d62

Browse files
authored
Create devcontainer.json
1 parent 85ce99d commit 8f35d62

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.devcontainer/devcontainer.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"hostRequirements": {
4+
"cpus": 4
5+
},
6+
"waitFor": "onCreateCommand",
7+
"updateContentCommand": "conda env create --file environment.yml",
8+
"postCreateCommand": "",
9+
"customizations": {
10+
"codespaces": {
11+
"openFiles": []
12+
},
13+
"vscode": {
14+
"extensions": [
15+
"ms-python.python"
16+
]
17+
}
18+
}
19+
}

0 commit comments

Comments
 (0)