WIPDockerBP / .github /.devcontainer.json
SixOpen's picture
Hf Ready
adbf50c
{
"name": "Python Development Container",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/python": {
"version": "latest"
}
},
"postCreateCommand": "pip install -e ."
}