Spaces:
Runtime error
Runtime error
File size: 537 Bytes
3c3d425 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"image": "ghcr.io/boettiger-lab/solara-geospatial:latest",
"name": "Solara Geospatial Environment",
// build image as a github-action and grab instead; faster.
// "build": {
// "dockerfile": "Dockerfile"
//},
"waitFor": "onCreateCommand",
"updateContentCommand": "python3 -m pip install -r requirements.txt",
"postCreateCommand": "",
"customizations": {
"codespaces": {
"openFiles": ["README.md"]
},
"vscode": {
"extensions": [
"ms-toolsai.jupyter",
"ms-python.python"
]
}
}
} |