Skip to content

Commit da65b02

Browse files
committed
Add Codespaces configuration
1 parent c002242 commit da65b02

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.devcontainer/devcontainer.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/python:3.12",
3+
"hostRequirements": {
4+
"cpus": 4
5+
},
6+
"waitFor": "onCreateCommand",
7+
"updateContentCommand": "pip install -r requirements.txt -r requirements-dev.txt",
8+
"customizations": {
9+
"vscode": {
10+
"extensions": [
11+
"ms-python.python"
12+
]
13+
}
14+
}
15+
}
16+

0 commit comments

Comments
 (0)