1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
OpenDX/.devcontainer/devcontainer.json
2024-02-28 19:57:03 -03:00

8 lines
176 B
JSON

{
"name": "ubuntu-jammy",
"image": "docker pull mcr.microsoft.com/azureml/inference-base-2204:20240228.v1",
"features": {
},
"postCreateCommand": "sudo ./build.sh"
}