Files
spack/.devcontainer/ubuntu22.04/devcontainer.json

6 lines
145 B
JSON
Raw Normal View History

2024-09-12 06:40:05 -05:00
{
"name": "Ubuntu 22.04",
"image": "ghcr.io/spack/ubuntu-22.04:v2024-05-07",
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
}