spack/.devcontainer/ubuntu20.04/devcontainer.json
2024-09-12 13:40:05 +02:00

6 lines
165 B
JSON

{
"name": "Ubuntu 20.04",
"image": "ghcr.io/spack/ubuntu20.04-runner-amd64-gcc-11.4:2023.08.01",
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
}