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

6 lines
145 B
JSON

{
"name": "Ubuntu 22.04",
"image": "ghcr.io/spack/ubuntu-22.04:v2024-05-07",
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
}