Skip to content

Commit fc88bc9

Browse files
authored
Create devcontainer.json
1 parent df0c48d commit fc88bc9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"hostRequirements": {
4+
"cpus": 2
5+
},
6+
"waitFor": "onCreateCommand",
7+
"updateContentCommand": "python3 -m pip install -r requirements.txt",
8+
"postCreateCommand": "",
9+
"customizations": {
10+
"codespaces": {
11+
"openFiles": []
12+
},
13+
"vscode": {
14+
"extensions": [
15+
"ms-toolsai.jupyter",
16+
"ms-python.python",
17+
"GitHub.copilot"
18+
]
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)