Skip to content

Commit

Permalink
Add devcontainer for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
asyms committed May 22, 2024
1 parent 0d1291d commit 330a40d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Stream",
"image": "mcr.microsoft.com/devcontainers/python:3.11",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-azuretools.vscode-docker"
]
}
},
"postCreateCommand": "pip install -r requirements.txt"
}

0 comments on commit 330a40d

Please sign in to comment.