solara-test / .devcontainer /devcontainer.json
cboettig's picture
compute action
3c3d425
raw
history blame contribute delete
537 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 4, column 4
{
"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"
]
}
}
}