Spaces:
Sleeping
Sleeping
| { | |
| "name": "Thermal OCR App", | |
| "build": { | |
| "dockerfile": "Dockerfile" | |
| }, | |
| "customizations": { | |
| "vscode": { | |
| "extensions": ["ms-python.python"] | |
| } | |
| }, | |
| "postCreateCommand": "pip install -r requirements.txt" | |
| } | |