Skip to content

Commit

Permalink
Add devcontainer config (#2272)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Spaargaren <[email protected]>
  • Loading branch information
nickspaargaren and nickspaargaren authored Dec 19, 2024
1 parent 14230d2 commit 06bf0fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:1-3.8-bookworm",
"postCreateCommand": "pip3 install --user -r requirements.txt"
}

0 comments on commit 06bf0fc

Please sign in to comment.