| { | |
| "name": "mnemo_ocr Python 3.10", | |
| "image": "mcr.microsoft.com/devcontainers/python:3.10", | |
| "customizations": { | |
| "vscode": { | |
| "extensions": [ | |
| "ms-python.python", | |
| "ms-toolsai.jupyter" | |
| ] | |
| } | |
| }, | |
| "postCreateCommand": "pip install --upgrade pip && pip install -r requirements.txt" | |
| } | |