Spaces:
Sleeping
Sleeping
| { | |
| "name": "Python Development Container", | |
| "image": "mcr.microsoft.com/devcontainers/base:ubuntu", | |
| "features": { | |
| "ghcr.io/devcontainers/features/python": { | |
| "version": "latest" | |
| } | |
| }, | |
| "postCreateCommand": "pip install -e ." | |
| } | |