Skip to content

Commit

Permalink
Add Codespaces configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Jan 23, 2024
1 parent c002242 commit da65b02
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"image": "mcr.microsoft.com/devcontainers/python:3.12",
"hostRequirements": {
"cpus": 4
},
"waitFor": "onCreateCommand",
"updateContentCommand": "pip install -r requirements.txt -r requirements-dev.txt",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python"
]
}
}
}

0 comments on commit da65b02

Please sign in to comment.