diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0f045d66..35925c03 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,4 +3,5 @@ "image": "mcr.microsoft.com/azureml/minimal-ubuntu22.04-py39-cpu-inference:20240228.v1", "features": { } + "postCreateCommand": "sudo ./build.sh" }