electricalcircuitdetection / devcontainer.json
Yashwani's picture
Upload 2 files
06fae09 verified
raw
history blame contribute delete
241 Bytes
{
"name": "Thermal OCR App",
"build": {
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": ["ms-python.python"]
}
},
"postCreateCommand": "pip install -r requirements.txt"
}