File size: 319 Bytes
9ed7083 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"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"
}
|