Skip to content

Commit

Permalink
Add devcontainer config [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 committed Dec 3, 2023
1 parent 405776a commit 9e86bc5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM --platform=amd64 python:3.12

RUN pip install "poetry>=1.2"
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.isort",
"ms-python.black-formatter",
"ms-python.mypy-type-checker"
]
}
}
}

0 comments on commit 9e86bc5

Please sign in to comment.