From 98ff1a6ebd4f6627b22b9521f8e2d8b614b80826 Mon Sep 17 00:00:00 2001 From: "Eduardo P. Gomez" Date: Wed, 28 Feb 2024 19:50:22 -0300 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) 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" }